← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~chad.smith/cloud-init:docs/intro into cloud-init:master

 

Chad Smith has proposed merging ~chad.smith/cloud-init:docs/intro into cloud-init:master.

Commit message:
docs: touchups in rtd intro and README.md

- rtd/index.rst: update sentence to read:
  cloud-init will also parse and process any optional user data
- 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

Requested reviews:
  cloud-init Commiters (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/375282
-- 
Your team cloud-init Commiters is requested to review the proposed merge of ~chad.smith/cloud-init:docs/intro into cloud-init:master.
diff --git a/README.md b/README.md
index 07347d9..9e47b28 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
-# Cloud-init official mirror synced from https://launchpad.net/cloud-init
+# Cloud-init official project upstream as of 11/2019
+This repository is also mirrored to https://launchpad.net/cloud-init
 
-[![Build Status](https://travis-ci.org/cloud-init/cloud-init.svg?branch=master)](https://travis-ci.org/cloud-init/cloud-init) [![Read the Docs](https://readthedocs.org/projects/cloudinit/badge/?version=latest&style=flat)](https://cloudinit.readthedocs.org)
+[![Build Status](https://travis-ci.org/canonical/cloud-init.svg?branch=master)](https://travis-ci.org/canonical/cloud-init) [![Read the Docs](https://readthedocs.org/projects/cloudinit/badge/?version=latest&style=flat)](https://cloudinit.readthedocs.org)
 
 Cloud-init is the *industry standard* multi-distribution method for
 cross-platform cloud instance initialization. It is supported across all
@@ -21,7 +22,7 @@ also parse and process any optional user or vendor data that was passed to the
 instance.
 
 ## Getting involved
-All contributions welcome! [Join us easily following our hacking guide](https://cloudinit.readthedocs.io/en/latest/topics/hacking.html)
+All contributions welcome! [Submit code and docs by following our hacking guide](https://cloudinit.readthedocs.io/en/latest/topics/hacking.html)
 
 ## Getting help
 
diff --git a/doc/rtd/index.rst b/doc/rtd/index.rst
index db1cdb4..826e8c4 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