summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelissaml <ma.lei@99cloud.net>2017-07-14 09:56:01 +0800
committermelissaml <ma.lei@99cloud.net>2017-07-14 09:56:01 +0800
commit956ec88d0ac5f6efa5d771e536f15c830087a7c2 (patch)
treecdf4171228642c1b6a1079493940bb2ba2bf1b1f
parentefbe02e67c03d73ff8ace0edb35433a6d1e322f9 (diff)
downloadpython-keystoneclient-956ec88d0ac5f6efa5d771e536f15c830087a7c2.tar.gz
Update URLs in documents according to document migration
Change-Id: Ie0a8594f2dd0554a07111207899e6134affc998e
-rw-r--r--HACKING.rst2
-rw-r--r--README.rst2
-rw-r--r--doc/source/index.rst4
-rw-r--r--keystoneclient/i18n.py2
-rw-r--r--releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml4
-rw-r--r--setup.cfg2
6 files changed, 8 insertions, 8 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 1ab4a87..6ea94ff 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -2,7 +2,7 @@ Keystone Style Commandments
===========================
- Step 1: Read the OpenStack Style Commandments
- https://docs.openstack.org/developer/hacking/
+ https://docs.openstack.org/hacking/latest/
- Step 2: Read on
Exceptions
diff --git a/README.rst b/README.rst
index 7421e5e..33edffb 100644
--- a/README.rst
+++ b/README.rst
@@ -33,7 +33,7 @@ OpenStack's Identity Service. For command line interface support, use
* `How to Contribute`_
.. _PyPi: https://pypi.python.org/pypi/python-keystoneclient
-.. _Online Documentation: https://docs.openstack.org/developer/python-keystoneclient
+.. _Online Documentation: https://docs.openstack.org/python-keystoneclient/latest/
.. _Launchpad project: https://launchpad.net/python-keystoneclient
.. _Blueprints: https://blueprints.launchpad.net/python-keystoneclient
.. _Bugs: https://bugs.launchpad.net/python-keystoneclient
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 74613cd..bee9630 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -21,8 +21,8 @@ Related Identity Projects
In addition to creating the Python client library, the Keystone team also
provides `Identity Service`_, as well as `WSGI Middleware`_.
-.. _`Identity Service`: https://docs.openstack.org/developer/keystone/
-.. _`WSGI Middleware`: https://docs.openstack.org/developer/keystonemiddleware/
+.. _`Identity Service`: https://docs.openstack.org/keystone/latest/
+.. _`WSGI Middleware`: https://docs.openstack.org/keystonemiddleware/latest/
Release Notes
=============
diff --git a/keystoneclient/i18n.py b/keystoneclient/i18n.py
index fdbf183..f3726d1 100644
--- a/keystoneclient/i18n.py
+++ b/keystoneclient/i18n.py
@@ -14,7 +14,7 @@
"""oslo.i18n integration module.
-See https://docs.openstack.org/developer/oslo.i18n/usage.html .
+See https://docs.openstack.org/oslo.i18n/latest/user/index.html .
"""
diff --git a/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml b/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml
index fbb3a47..fd08a91 100644
--- a/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml
+++ b/releasenotes/notes/deprecated_auth-d2a2bf537bdb88d3.yaml
@@ -3,10 +3,10 @@ deprecations:
- >
[`blueprint deprecate-to-ksa <https://blueprints.launchpad.net/python-keystoneclient/+spec/deprecate-to-ksa>`_]
Several modules related to authentication in keystoneclient have been
- deprecated in favor of [`keystoneauth <https://docs.openstack.org/developer/keystoneauth/>`_]
+ deprecated in favor of [`keystoneauth <https://docs.openstack.org/keystoneauth/latest/>`_]
These modules include: ``keystoneclient.session``, ``keystoneclient.adapter``,
``keystoneclient.httpclient``, ``keystoneclient.auth.base``,
``keystoneclient.auth.cli``, ``keystoneclient.auth.conf``,
``keystoneclient.auth.identity.base``, and ``keystoneclient.auth.token_endpoint``.
Tips for migrating to `keystoneauth` have been
- [`documented <https://docs.openstack.org/developer/keystoneauth/migrating.html>`_].
+ [`documented <https://docs.openstack.org/keystoneauth/latest/migrating.html>`_].
diff --git a/setup.cfg b/setup.cfg
index e1e9851..8995a9c 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 = https://docs.openstack.org/developer/python-keystoneclient
+home-page = https://docs.openstack.org/python-keystoneclient/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology