summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-23 03:33:57 +0000
committerGerrit Code Review <review@openstack.org>2017-07-23 03:33:57 +0000
commitb045cbdd164401cd281208ab5bf6dbd041bdc349 (patch)
treefe7b5e77876478d30a04eee21a260191ae8e18f1
parent51d8bfad34a075089f29f63a3ab5f0ae772f01e1 (diff)
parenta95c1a1f22f04d07c6f6fe3ee2eaaeaca1c64ee0 (diff)
downloadpython-barbicanclient-b045cbdd164401cd281208ab5bf6dbd041bdc349.tar.gz
Merge "Update the documentation link for doc migration"
-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