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 /HACKING.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 'HACKING.rst')
-rw-r--r-- | HACKING.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.rst b/HACKING.rst index 84f837ea..fc858672 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -55,7 +55,7 @@ Follow these steps to submit your first pull request to cloud-init: git clone git://github.com/canonical/cloud-init cd cloud-init git remote add GH_USER git@github.com:GH_USER/cloud-init.git - git push GH_USER master + git push GH_USER main * Read through the cloud-init `Code Review Process`_, so you understand how your changes will end up in cloud-init's codebase. @@ -78,7 +78,7 @@ Follow these steps to submit your first pull request to cloud-init: .. _repository: https://github.com/canonical/cloud-init .. _contributor license agreement: https://ubuntu.com/legal/contributors .. _contributor-agreement-canonical: https://launchpad.net/%7Econtributor-agreement-canonical/+members -.. _tools/.github-cla-signers: https://github.com/canonical/cloud-init/blob/master/tools/.github-cla-signers +.. _tools/.github-cla-signers: https://github.com/canonical/cloud-init/blob/main/tools/.github-cla-signers .. _PR #344: https://github.com/canonical/cloud-init/pull/344 .. _PR #345: https://github.com/canonical/cloud-init/pull/345 |