diff options
author | Mark Esler <eslerm@umn.edu> | 2022-02-10 15:44:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 15:44:37 -0600 |
commit | cbe840ac7247c9bf79cf63100b7f85ef38758763 (patch) | |
tree | 5f48726760d9ac688004db0c39586edd154c52d4 /doc/rtd/topics/datasources/vultr.rst | |
parent | 217ef6ba6c52788f4363b998b6da08863fea5cd9 (diff) | |
download | vyos-cloud-init-cbe840ac7247c9bf79cf63100b7f85ef38758763.tar.gz vyos-cloud-init-cbe840ac7247c9bf79cf63100b7f85ef38758763.zip |
minor improvements to documentation (#1259)
* Primarily improved grammar for clarity.
* A few Sphinx/RST syntax fixes.
* Set text width to 79 characters per footer documentation
where needed.
* Changed "yaml" to "YAML" when used in sentences.
Diffstat (limited to 'doc/rtd/topics/datasources/vultr.rst')
-rw-r--r-- | doc/rtd/topics/datasources/vultr.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rtd/topics/datasources/vultr.rst b/doc/rtd/topics/datasources/vultr.rst index 9a5bbf96..f8601700 100644 --- a/doc/rtd/topics/datasources/vultr.rst +++ b/doc/rtd/topics/datasources/vultr.rst @@ -5,7 +5,7 @@ Vultr The `Vultr`_ datasource retrieves basic configuration values from the locally accessible `metadata service`_. All data is served over HTTP from the address -169.254.169.254. The endpoints are documented in, +169.254.169.254. The endpoints are documented in `https://www.vultr.com/metadata/ <https://www.vultr.com/metadata/>`_ @@ -32,4 +32,4 @@ Vultr's datasource can be configured as follows: .. _Vultr: https://www.vultr.com/ .. _metadata service: https://www.vultr.com/metadata/ -.. vi: textwidth=78 +.. vi: textwidth=79 |