summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2023-05-19 10:11:28 +0200
committerGitHub <noreply@github.com>2023-05-19 10:11:28 +0200
commitebdec8b21f4e32c280e832233d82db612199150c (patch)
treea1189df93cf2449e9e59836e10bf47c54af02520
parent938cd8fad37b374cde9f8b92a6b142c3d0c3fb0a (diff)
parent90b1c953006009a766cd397e6f3d9b4ef2be740c (diff)
downloadvyos-documentation-ebdec8b21f4e32c280e832233d82db612199150c.tar.gz
vyos-documentation-ebdec8b21f4e32c280e832233d82db612199150c.zip
Merge pull request #1010 from srividya0208/cloud-init
link https://yamlvalidator.com/ is dead
-rw-r--r--docs/automation/cloud-init.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst
index 7922fbd6..94123e54 100644
--- a/docs/automation/cloud-init.rst
+++ b/docs/automation/cloud-init.rst
@@ -105,8 +105,8 @@ Troubleshooting
***************
If you encounter problems, verify that the cloud-config document contains
-valid YAML. Online resources such as https://yamlvalidator.com/ provide
-a simple tool for validating YAML.
+valid YAML. Online resources such as https://www.yamllint.com/ provide a
+simple tool for validating YAML.
cloud-init logs to /var/log/cloud-init.log. This file can be helpful in
determining why the configuration varies from what you expect. You can fetch the