summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhanggang <zhanggang@cmss.chinamobile.com>2018-06-11 15:27:55 +0800
committerzhanggang <zhanggang@cmss.chinamobile.com>2018-06-13 17:20:57 +0800
commit476124a4f38cf9e6bd6583d49e828db189a1dd67 (patch)
treecfe1b367085fe9e2511d332628c0d8ac517075a2
parent90a6f2fa13aeb6cc800bbbd84bec185428077912 (diff)
downloadpython-troveclient-476124a4f38cf9e6bd6583d49e828db189a1dd67.tar.gz
Update the troveclient's README.
Change the display of documentation and bugs, update some url from http to https Change-Id: Iab61ffabfa00ef1d265c6ea84ac0e863448bc829 Signed-off-by: zhanggang <zhanggang@cmss.chinamobile.com>
-rw-r--r--README.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index 20bbca5..d9eb8f8 100644
--- a/README.rst
+++ b/README.rst
@@ -20,14 +20,14 @@ See the `Trove CLI Guide`_ for information on how to use the ``trove``
command-line tool. You may also want to look at the
`OpenStack API documentation`_.
-.. _Trove CLI Guide: http://docs.openstack.org/trove/latest/cli
+.. _Trove CLI Guide: https://docs.openstack.org/trove/latest/cli
.. _OpenStack API documentation: https://developer.openstack.org/api-guide/quick-start/
python-troveclient is licensed under the Apache License like the rest of OpenStack.
* License: Apache License, Version 2.0
-* Documentation: https://docs.openstack.org/python-troveclient/latest
-* Bugs: https://bugs.launchpad.net/python-troveclient
+* `Online Documentation`_
+* `Bugs`_ - issue tracking
* `PyPi`_- package installation
* `Blueprints`_ - feature specifications
* `Git Source`_
@@ -35,9 +35,11 @@ python-troveclient is licensed under the Apache License like the rest of OpenSta
* `Specs`_
* `How to Contribute`_
+.. _Online Documentation: https://docs.openstack.org/python-troveclient/latest
+.. _Bugs: https://bugs.launchpad.net/python-troveclient
.. _PyPi: https://pypi.org/project/python-troveclient
.. _Blueprints: https://blueprints.launchpad.net/python-troveclient
.. _Git Source: https://git.openstack.org/cgit/openstack/python-troveclient
.. _Github: https://github.com/openstack/python-troveclient
-.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
-.. _Specs: http://specs.openstack.org/openstack/trove-specs/
+.. _Specs: https://specs.openstack.org/openstack/trove-specs/
+.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html