summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index d04687f..9aede99 100644
--- a/README.rst
+++ b/README.rst
@@ -16,14 +16,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`_
@@ -31,9 +31,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