summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Holman <brett.holman@canonical.com>2023-01-13 12:18:02 -0700
committerGitHub <noreply@github.com>2023-01-13 13:18:02 -0600
commit71ddb9677212dcc76a9831fb19508ae4bc86988c (patch)
tree05eda20da0547bdebde3fb626ead4557d0bee325
parent9b414bcf704de466841f733d84314ad849555596 (diff)
downloadcloud-init-git-71ddb9677212dcc76a9831fb19508ae4bc86988c.tar.gz
doc: fix `config formats` link in cloudsigma.rst (#1960)
-rw-r--r--doc/rtd/reference/datasources/cloudsigma.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/rtd/reference/datasources/cloudsigma.rst b/doc/rtd/reference/datasources/cloudsigma.rst
index 84c42706..50f255ef 100644
--- a/doc/rtd/reference/datasources/cloudsigma.rst
+++ b/doc/rtd/reference/datasources/cloudsigma.rst
@@ -21,8 +21,8 @@ Providing user data
You can provide user data to the VM using the dedicated `meta field`_ in the
`server context`_ ``cloudinit-user-data``. By default, *cloud-config* format
is expected there, and the ``#cloud-config`` header can be omitted. However,
-since this is a raw-text field you could provide any of the valid `config
-formats`_.
+since this is a raw-text field you could provide any of the valid :ref:`config
+formats<user_data_formats>`.
You have the option to encode your user data using Base64. In order to do that
you have to add the ``cloudinit-user-data`` field to the ``base64_fields``.
@@ -36,4 +36,3 @@ the value. If this field does not exist, the default value is "net".
.. _CloudSigma: http://cloudsigma.com/
.. _server context: http://cloudsigma-docs.readthedocs.org/en/latest/server_context.html
.. _meta field: http://cloudsigma-docs.readthedocs.org/en/latest/meta.html
-.. _config formats: http://cloudinit.readthedocs.org/en/latest/topics/format.html