Update the documentation link for doc migration
Change-Id: Iac3e6c11480ca0a0dccfd90d722d905f2e4911e5 BTW: Do some optimization as well (http -> https)
This commit is contained in:
parent
2b04f15186
commit
16d122a5e8
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 <http://docs.openstack.org/developer/oslo.reports/>`_
|
||||
`oslo.reports <https://docs.openstack.org/oslo.reports/latest/>`_
|
||||
|
@ -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
|
||||
|
||||
"""
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user