From 16d122a5e8d2ff52fb8d772efd5d4b18584c064e Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Mon, 24 Jul 2017 11:03:51 +0800 Subject: [PATCH] Update the documentation link for doc migration Change-Id: Iac3e6c11480ca0a0dccfd90d722d905f2e4911e5 BTW: Do some optimization as well (http -> https) --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 2 +- doc/source/contributing.rst | 4 ++-- doc/source/gmr.rst | 2 +- panko/i18n.py | 2 +- setup.cfg | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index a504ed90..829b71f3 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 documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow 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/HACKING.rst b/HACKING.rst index 6725cc69..fb21fc2e 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Panko Style Commandments ======================== - Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/hacking/latest/ - Step 2: Read on Panko Specific Commandments diff --git a/README.rst b/README.rst index ea3d1278..abf68db2 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ panko ===== Documentation for the project can be found at: - http://docs.openstack.org/developer/panko/ + https://docs.openstack.org/panko/latest/ The project home is at: http://launchpad.net/panko diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index be4433f7..8b3460ce 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -26,8 +26,8 @@ contributing to Panko, please follow the workflow found here_. Project Hosting Details ======================= -:Bug tracker: http://launchpad.net/panko +:Bug tracker: https://launchpad.net/panko :Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev (prefix subjects with ``[Panko]`` for faster responses) -:Wiki: http://wiki.openstack.org/wiki/Panko +:Wiki: https://wiki.openstack.org/wiki/Panko :Code Hosting: https://git.openstack.org/cgit/openstack/panko/ :Code Review: https://review.openstack.org/#/q/status:open+project:openstack/panko,n,z diff --git a/doc/source/gmr.rst b/doc/source/gmr.rst index 1f8cf379..95e14ea7 100644 --- a/doc/source/gmr.rst +++ b/doc/source/gmr.rst @@ -86,4 +86,4 @@ Extending the GMR As mentioned above, additional sections can be added to the GMR for a particular executable. For more information, see the inline documentation about oslo.reports: -`oslo.reports `_ +`oslo.reports `_ diff --git a/panko/i18n.py b/panko/i18n.py index 1f2132f9..4836d96a 100644 --- a/panko/i18n.py +++ b/panko/i18n.py @@ -14,7 +14,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 f41cc828..629f8b46 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/panko/ +home-page = https://docs.openstack.org/panko/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology