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/faq.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/faq.rst')
-rw-r--r-- | doc/rtd/topics/faq.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/rtd/topics/faq.rst b/doc/rtd/topics/faq.rst index 9b764581..efc532de 100644 --- a/doc/rtd/topics/faq.rst +++ b/doc/rtd/topics/faq.rst @@ -139,7 +139,7 @@ cloud-config is: To verify your YAML, we do have a short script called `validate-yaml.py`_ that can validate your user data offline. -.. _validate-yaml.py: https://github.com/canonical/cloud-init/blob/master/tools/validate-yaml.py +.. _validate-yaml.py: https://github.com/canonical/cloud-init/blob/main/tools/validate-yaml.py Another option is to run the following on an instance to debug userdata provided to the system: |