From 77299d4f1857a2edd043b5473f07b208a32fd99a Mon Sep 17 00:00:00 2001 From: Chad Smith Date: Thu, 7 Nov 2019 21:59:34 +0000 Subject: docs: touchups in rtd intro and README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - rtd/index.rst: update sentence to read:   cloud-init will also parse and process any optional user data - rtd/topics/datasources/rbxcloud.rst: fix rst link names to build docs - README.md:   - update travis badge url to project home: github/canonical/cloud-init   - update page title to:     Cloud-init official project upstream as of 11/2019 --- doc/rtd/index.rst | 2 +- doc/rtd/topics/datasources/rbxcloud.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/rtd/index.rst b/doc/rtd/index.rst index db1cdb49..826e8c48 100644 --- a/doc/rtd/index.rst +++ b/doc/rtd/index.rst @@ -18,7 +18,7 @@ Cloud-init will identify the cloud it is running on during boot, read any provided metadata from the cloud and initialize the system accordingly. This may involve setting up the network and storage devices to configuring SSH access key and many other aspects of a system. Later on the cloud-init will -also parse and any optional user or vendor data that was passed to the +also parse and process any optional user or vendor data that was passed to the instance. Getting help diff --git a/doc/rtd/topics/datasources/rbxcloud.rst b/doc/rtd/topics/datasources/rbxcloud.rst index 3d465bed..76e4fe4c 100644 --- a/doc/rtd/topics/datasources/rbxcloud.rst +++ b/doc/rtd/topics/datasources/rbxcloud.rst @@ -15,11 +15,11 @@ Metadata drive Drive metadata is a `FAT`_-formatted partition with the ```CLOUDMD``` label on the system disk. Its contents are refreshed each time the virtual machine is restarted, if the partition exists. For more information see -`HyperOne docs`_. +`HyperOne Virtual Machine docs`_. .. _HyperOne: http://www.hyperone.com/ .. _Rootbox: https://rootbox.com/ .. _HyperOne Virtual Machine docs: http://www.hyperone.com/ -.. _vfat: https://en.wikipedia.org/wiki/File_Allocation_Table +.. _FAT: https://en.wikipedia.org/wiki/File_Allocation_Table .. vi: textwidth=78 -- cgit v1.2.3