diff options
author | Chad Smith <chad.smith@canonical.com> | 2019-11-07 21:59:34 +0000 |
---|---|---|
committer | Server Team CI Bot <josh.powers+server-team-bot@canonical.com> | 2019-11-07 21:59:34 +0000 |
commit | 77299d4f1857a2edd043b5473f07b208a32fd99a (patch) | |
tree | 00acaf64d81aa7adbac9b77bd698aed6b5f18c24 /README.md | |
parent | 1eba6dd4d764078bf4f813721dcc547958b5a7c4 (diff) | |
download | vyos-cloud-init-77299d4f1857a2edd043b5473f07b208a32fd99a.tar.gz vyos-cloud-init-77299d4f1857a2edd043b5473f07b208a32fd99a.zip |
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
- 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
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |