From c7a1f6dada28b8a3ee5243f855385d60a3e0f786 Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Thu, 20 Jul 2017 18:18:32 +0800 Subject: [PATCH] Update the documentation link for doc migration Change-Id: If32cf6212c18f2c5f7e784f069e4178cb38677c0 BTW: Do some optimization as well (http -> https) --- CONTRIBUTING.rst | 4 ++-- README.rst | 4 ++-- doc/source/usage.rst | 2 +- magnumclient/i18n.py | 2 +- setup.cfg | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0f81729d..c82011a9 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,13 +1,13 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/README.rst b/README.rst index 032a32b9..2b7cf2b0 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ tool (``magnum``). Development takes place via the usual OpenStack processes as outlined in the `developer guide -`_. +`_. * License: Apache License, Version 2.0 * `PyPi`_ - package installation @@ -34,7 +34,7 @@ in the `developer guide * `Source`_ .. _PyPi: https://pypi.python.org/pypi/python-magnumclient -.. _Online Documentation: http://docs.openstack.org/developer/python-magnumclient +.. _Online Documentation: https://docs.openstack.org/python-magnumclient/latest/ .. _Launchpad project: https://launchpad.net/python-magnumclient .. _Bugs: https://bugs.launchpad.net/python-magnumclient .. _Source: https://git.openstack.org/cgit/openstack/python-magnumclient diff --git a/doc/source/usage.rst b/doc/source/usage.rst index 2b1f49ae..93c1f949 100644 --- a/doc/source/usage.rst +++ b/doc/source/usage.rst @@ -32,7 +32,7 @@ using the keystoneauth session API:: For more information on keystoneauth API, see `Using Sessions`_. -.. _Using Sessions: http://docs.openstack.org/developer/keystoneauth/using-sessions.html +.. _Using Sessions: https://docs.openstack.org/keystoneauth/latest/using-sessions.html Command-line tool ================= diff --git a/magnumclient/i18n.py b/magnumclient/i18n.py index d0463e9b..7a1d0a4d 100644 --- a/magnumclient/i18n.py +++ b/magnumclient/i18n.py @@ -12,7 +12,7 @@ """oslo_i18n integration module for magnumclient. -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 8eda95ca..f4d742cc 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-magnumclient +home-page = https://docs.openstack.org/python-magnumclient/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology