summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-27 13:48:04 +0000
committerGerrit Code Review <review@openstack.org>2017-07-27 13:48:04 +0000
commitd010c00a1528478ca03d030ca821e74b572cb9d4 (patch)
treea678e4507f8ec40ab9b5fba11174883d2ccae174 /README.rst
parent86bda369638e53a8e9683731e7a5d432640fa813 (diff)
parent37998ad1c28144345d4310503b82c5729f1356f9 (diff)
downloadpython-openstackclient-d010c00a1528478ca03d030ca821e74b572cb9d4.tar.gz
Merge "Update the documentation link for doc migration"
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.rst b/README.rst
index b030efd1..6c2c2401 100644
--- a/README.rst
+++ b/README.rst
@@ -39,14 +39,14 @@ language to describe operations in OpenStack.
* License: Apache 2.0
.. _PyPi: https://pypi.python.org/pypi/python-openstackclient
-.. _Online Documentation: http://docs.openstack.org/python-openstackclient/
+.. _Online Documentation: https://docs.openstack.org/python-openstackclient/latest/
.. _Launchpad project: https://launchpad.net/python-openstackclient
.. _Blueprints: https://blueprints.launchpad.net/python-openstackclient
.. _Bugs: https://bugs.launchpad.net/python-openstackclient
.. _Source: https://git.openstack.org/cgit/openstack/python-openstackclient
-.. _Developer: http://docs.openstack.org/project-team-guide/project-setup/python.html
-.. _Contributing: http://docs.openstack.org/infra/manual/developers.html
-.. _Testing: http://docs.openstack.org/python-openstackclient/developing.html#testing
+.. _Developer: https://docs.openstack.org/project-team-guide/project-setup/python.html
+.. _Contributing: https://docs.openstack.org/infra/manual/developers.html
+.. _Testing: https://docs.openstack.org/python-openstackclient/latest/contributor/developing.html#testing
Getting Started
===============
@@ -79,7 +79,7 @@ Configuration
=============
The CLI is configured via environment variables and command-line
-options as listed in http://docs.openstack.org/python-openstackclient/authentication.html.
+options as listed in https://docs.openstack.org/python-openstackclient/latest/cli/authentication.html.
Authentication using username/password is most commonly used::