summaryrefslogtreecommitdiff
path: root/docs/automation
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2021-09-15 20:25:43 +0200
committerrebortg <github@ghlr.de>2021-09-15 20:25:43 +0200
commit9b5b1ce38bf4cf1eea71680a48ad581de38b1097 (patch)
treeb23aa47c2a06ea03764c8f6b7a97a479436b98b8 /docs/automation
parentdf1ada3aed08021bb53ef1343dce3820f70dc714 (diff)
downloadvyos-documentation-9b5b1ce38bf4cf1eea71680a48ad581de38b1097.tar.gz
vyos-documentation-9b5b1ce38bf4cf1eea71680a48ad581de38b1097.zip
cloud-init: fix link
Diffstat (limited to 'docs/automation')
-rw-r--r--docs/automation/cloud-init.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/automation/cloud-init.rst b/docs/automation/cloud-init.rst
index 10bab72c..8f5dfcba 100644
--- a/docs/automation/cloud-init.rst
+++ b/docs/automation/cloud-init.rst
@@ -19,7 +19,7 @@ VyOS support three types of config sources.
* Metadata - Metadata is sourced by the cloud platform or hypervisor.
In some clouds, there is implemented as an HTTP endpoint at
- http://169.254.169.254.
+ ```http://169.254.169.254```.
* Network configuration - This config source informs the system about the
network settings like IP addresses, routes, DNS. Available only in several
cloud and virtualization platforms.