diff options
author | rebortg <github@ghlr.de> | 2021-09-15 20:25:43 +0200 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2021-09-15 20:25:43 +0200 |
commit | 9b5b1ce38bf4cf1eea71680a48ad581de38b1097 (patch) | |
tree | b23aa47c2a06ea03764c8f6b7a97a479436b98b8 /docs | |
parent | df1ada3aed08021bb53ef1343dce3820f70dc714 (diff) | |
download | vyos-documentation-9b5b1ce38bf4cf1eea71680a48ad581de38b1097.tar.gz vyos-documentation-9b5b1ce38bf4cf1eea71680a48ad581de38b1097.zip |
cloud-init: fix link
Diffstat (limited to 'docs')
-rw-r--r-- | docs/automation/cloud-init.rst | 2 |
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. |