Update the documentation link for doc migration

Change-Id: Iac3e6c11480ca0a0dccfd90d722d905f2e4911e5
BTW: Do some optimization as well (http -> https)
This commit is contained in:
Hangdong Zhang 2017-07-24 11:03:51 +08:00
parent 2b04f15186
commit 16d122a5e8
7 changed files with 9 additions and 9 deletions

View File

@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps documented at: 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 Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: 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. Pull requests submitted through GitHub will be ignored.

View File

@ -2,7 +2,7 @@ Panko Style Commandments
======================== ========================
- Step 1: Read the OpenStack 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 - Step 2: Read on
Panko Specific Commandments Panko Specific Commandments

View File

@ -2,7 +2,7 @@ panko
===== =====
Documentation for the project can be found at: 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: The project home is at:
http://launchpad.net/panko http://launchpad.net/panko

View File

@ -26,8 +26,8 @@ contributing to Panko, please follow the workflow found here_.
Project Hosting Details 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) :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 Hosting: https://git.openstack.org/cgit/openstack/panko/
:Code Review: https://review.openstack.org/#/q/status:open+project:openstack/panko,n,z :Code Review: https://review.openstack.org/#/q/status:open+project:openstack/panko,n,z

View File

@ -86,4 +86,4 @@ Extending the GMR
As mentioned above, additional sections can be added to the GMR for a As mentioned above, additional sections can be added to the GMR for a
particular executable. For more information, see the inline documentation particular executable. For more information, see the inline documentation
about oslo.reports: about oslo.reports:
`oslo.reports <http://docs.openstack.org/developer/oslo.reports/>`_ `oslo.reports <https://docs.openstack.org/oslo.reports/latest/>`_

View File

@ -14,7 +14,7 @@
"""oslo.i18n integration module. """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
""" """

View File

@ -5,7 +5,7 @@ description-file =
README.rst README.rst
author = OpenStack author = OpenStack
author-email = openstack-dev@lists.openstack.org author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/panko/ home-page = https://docs.openstack.org/panko/latest/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology