diff options
author | Chad Smith <chad.smith@canonical.com> | 2021-06-17 20:46:54 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-17 20:46:54 -0600 |
commit | db23b1b10b97fe19bc1c8af99a08aa5693d37923 (patch) | |
tree | 83a58dd3c7c6b1453742881722a07745f43eb587 /doc/rtd/topics/format.rst | |
parent | abd2da5777195e7e432b0d53a3f7f29d071dd50e (diff) | |
download | vyos-cloud-init-db23b1b10b97fe19bc1c8af99a08aa5693d37923.tar.gz vyos-cloud-init-db23b1b10b97fe19bc1c8af99a08aa5693d37923.zip |
docs: fix stale links rename master branch to main (#926)
Update doc references to 'main' default branch due to rename.
Also some links have eroded:
- for doc links directly to a line num link to a
blob/<commit>/file/path#L10 instead of blob/<branch_name>.
- pytest.param link to a specific version doc as latest has dropped
the link
Diffstat (limited to 'doc/rtd/topics/format.rst')
-rw-r--r-- | doc/rtd/topics/format.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/format.rst b/doc/rtd/topics/format.rst index fa8aa925..05580804 100644 --- a/doc/rtd/topics/format.rst +++ b/doc/rtd/topics/format.rst @@ -55,7 +55,7 @@ to store the multipart message in ``user-data``: $ cloud-init devel make-mime -a config.yaml:cloud-config -a script.sh:x-shellscript > user-data -.. _make-mime: https://github.com/canonical/cloud-init/blob/master/cloudinit/cmd/devel/make_mime.py +.. _make-mime: https://github.com/canonical/cloud-init/blob/main/cloudinit/cmd/devel/make_mime.py User-Data Script |