summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorchenxing <chen.xing@99cloud.net>2017-07-21 16:22:19 +0800
committerchenxing <chen.xing@99cloud.net>2017-07-21 16:22:19 +0800
commita95c1a1f22f04d07c6f6fe3ee2eaaeaca1c64ee0 (patch)
tree89336bd4aba7e684d0396f8b0f657f56ee9d6a40 /README.rst
parentbb02e87905a761ff6964d0dc746543f151cd1da8 (diff)
downloadpython-barbicanclient-a95c1a1f22f04d07c6f6fe3ee2eaaeaca1c64ee0.tar.gz
Update the documentation link for doc migration
Change-Id: I73a74233f0663fe651288ec0a65ad13857f04504
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 e26f13f..e7d64bc 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,7 @@ barbicanclient - Python Library
-------------------------------
The full api is
-`documented in the official OpenStack documentation site <http://docs.openstack.org/developer/python-barbicanclient>`__.
+`documented in the official OpenStack documentation site <https://docs.openstack.org/python-barbicanclient/latest/>`__.
Here's an example of storing a secret in barbican using the python library
@@ -82,7 +82,7 @@ with keystone authentication:
In order for the example above to work Barbican must be running and
configured to use the Keystone Middleware. For more information on
setting this up please visit:
- http://docs.openstack.org/developer/barbican/setup/keystone.html [1]_
+ https://docs.openstack.org/barbican/latest/configuration/keystone.html [1]_
barbican - Command Line Client
------------------------------
@@ -204,13 +204,13 @@ usage options
* `Getting involved`_
.. _PyPi: https://pypi.python.org/pypi/python-barbicanclient/
-.. _Online Documentation: http://docs.openstack.org/developer/python-barbicanclient/
+.. _Online Documentation: https://docs.openstack.org/python-barbicanclient/latest/
.. _Launchpad project: https://launchpad.net/python-barbicanclient/
.. _Blueprints: https://blueprints.launchpad.net/python-barbicanclient/
.. _Bugs: https://bugs.launchpad.net/python-barbicanclient/
.. _Source: https://git.openstack.org/cgit/openstack/python-barbicanclient/
-.. _Getting involved: http://docs.openstack.org/developer/barbican/contribute/getting_involved.html
+.. _Getting involved: https://docs.openstack.org/barbican/latest/contributor/getting_involved.html
.. _Specs: http://specs.openstack.org/openstack/barbican-specs/
-.. [1] Documentation in this link is currently incomplete. Please use the `devstack setup <http://docs.openstack.org/developer/barbican/setup/devstack.html>`__.
+.. [1] Documentation in this link is currently incomplete. Please use the `devstack setup <https://docs.openstack.org/barbican/latest/contributor/devstack.html>`__.