summaryrefslogtreecommitdiff
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
parentbb02e87905a761ff6964d0dc746543f151cd1da8 (diff)
downloadpython-barbicanclient-a95c1a1f22f04d07c6f6fe3ee2eaaeaca1c64ee0.tar.gz
Update the documentation link for doc migration
Change-Id: I73a74233f0663fe651288ec0a65ad13857f04504
-rw-r--r--README.rst10
-rw-r--r--barbicanclient/_i18n.py2
-rw-r--r--doc/source/cli/authentication.rst2
-rw-r--r--setup.cfg2
4 files changed, 8 insertions, 8 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>`__.
diff --git a/barbicanclient/_i18n.py b/barbicanclient/_i18n.py
index a283bc0..aca6329 100644
--- a/barbicanclient/_i18n.py
+++ b/barbicanclient/_i18n.py
@@ -12,7 +12,7 @@
"""oslo.i18n integration module.
-See http://docs.openstack.org/developer/oslo.i18n/usage.html .
+See https://docs.openstack.org/oslo.i18n/latest/user/usage.html .
"""
diff --git a/doc/source/cli/authentication.rst b/doc/source/cli/authentication.rst
index cb2dbea..9224107 100644
--- a/doc/source/cli/authentication.rst
+++ b/doc/source/cli/authentication.rst
@@ -8,7 +8,7 @@ The client defers authentication to `Keystone Sessions`_, which provide several
authentication plugins in the `keystoneauth1.identity` namespace. Below we give
examples of the most commonly used auth plugins.
-.. _`Keystone Sessions`: http://docs.openstack.org/developer/keystoneauth/using-sessions.html
+.. _`Keystone Sessions`: https://docs.openstack.org/keystoneauth/latest/using-sessions.html
Keystone API Version 3 Authentication
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/setup.cfg b/setup.cfg
index bcf1114..bbb19fa 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
-home-page = http://docs.openstack.org/developer/python-barbicanclient
+home-page = https://docs.openstack.org/python-barbicanclient/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology