From dc65fa0d1745872578f2b84253cdb2529fc04471 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Thu, 20 Jul 2017 17:20:09 +0800 Subject: [PATCH] Update the documentation link for doc migration Change-Id: I24e145f499b01c9459c93b78ae8f3436d0ae7ec3 --- README.rst | 4 ++-- manilaclient/common/_i18n.py | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 8b8c704a6..003441e5b 100644 --- a/README.rst +++ b/README.rst @@ -26,7 +26,7 @@ See the `OpenStack CLI guide`_ for information on how to use the ``manila`` command-line tool. You may also want to look at the `OpenStack API documentation`_. -.. _OpenStack CLI Guide: https://docs.openstack.org/user-guide/cli.html +.. _OpenStack CLI Guide: https://docs.openstack.org/python-openstackclient/latest/cli/ .. _OpenStack API documentation: https://docs.openstack.org/api/ The project is hosted on `Launchpad`_, where bugs can be filed. The code is @@ -99,7 +99,7 @@ Quick-start using keystone:: * `How to Contribute`_ .. _PyPi: https://pypi.python.org/pypi/python-manilaclient -.. _Online Documentation: https://docs.openstack.org/developer/python-manilaclient +.. _Online Documentation: https://docs.openstack.org/python-manilaclient/latest/ .. _Launchpad project: https://launchpad.net/python-manilaclient .. _Blueprints: https://blueprints.launchpad.net/python-manilaclient .. _Bugs: https://bugs.launchpad.net/python-manilaclient diff --git a/manilaclient/common/_i18n.py b/manilaclient/common/_i18n.py index f15f8a428..7e6163425 100644 --- a/manilaclient/common/_i18n.py +++ b/manilaclient/common/_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/setup.cfg b/setup.cfg index ec23cabe1..87b56e534 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-manilaclient +home-page = https://docs.openstack.org/python-manilaclient/latest/ classifier = Development Status :: 5 - Production/Stable Environment :: Console