Update the documentation link for doc migration
This patch is proposed according to the Direction 10 of doc migration. https://etherpad.openstack.org/p/doc-migration-tracking Co-Authored-By: Nguyen Hai <nguyentrihai93@gmail.com> Change-Id: I9675af92149ab126534f541534b50a02688e5337
This commit is contained in:
parent
f095a0fd13
commit
1cc69c0272
@ -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.
|
||||||
|
|
||||||
|
10
README.rst
10
README.rst
@ -2,8 +2,8 @@
|
|||||||
Team and repository tags
|
Team and repository tags
|
||||||
========================
|
========================
|
||||||
|
|
||||||
.. image:: http://governance.openstack.org/badges/python-heatclient.svg
|
.. image:: https://governance.openstack.org/tc/badges/python-heatclient.svg
|
||||||
:target: http://governance.openstack.org/reference/tags/index.html
|
:target: https://governance.openstack.org/tc/reference/tags/index.html
|
||||||
|
|
||||||
.. Change things from this point on
|
.. Change things from this point on
|
||||||
|
|
||||||
@ -38,11 +38,11 @@ provides a Python API (the ``heatclient`` module) and a command-line tool
|
|||||||
* `How to Contribute`_
|
* `How to Contribute`_
|
||||||
|
|
||||||
.. _PyPi: https://pypi.python.org/pypi/python-heatclient
|
.. _PyPi: https://pypi.python.org/pypi/python-heatclient
|
||||||
.. _Online Documentation: http://docs.openstack.org/developer/python-heatclient
|
.. _Online Documentation: https://docs.openstack.org/python-heatclient/latest
|
||||||
.. _Launchpad project: https://launchpad.net/python-heatclient
|
.. _Launchpad project: https://launchpad.net/python-heatclient
|
||||||
.. _Blueprints: https://blueprints.launchpad.net/python-heatclient
|
.. _Blueprints: https://blueprints.launchpad.net/python-heatclient
|
||||||
.. _Bugs: https://bugs.launchpad.net/python-heatclient
|
.. _Bugs: https://bugs.launchpad.net/python-heatclient
|
||||||
.. _Source: https://git.openstack.org/cgit/openstack/python-heatclient
|
.. _Source: https://git.openstack.org/cgit/openstack/python-heatclient
|
||||||
.. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
|
.. _How to Contribute: https://docs.openstack.org/infra/manual/developers.html
|
||||||
.. _Specs: http://specs.openstack.org/openstack/heat-specs/
|
.. _Specs: https://specs.openstack.org/openstack/heat-specs/
|
||||||
.. _Template: https://git.openstack.org/cgit/openstack/heat-templates/
|
.. _Template: https://git.openstack.org/cgit/openstack/heat-templates/
|
||||||
|
@ -42,7 +42,7 @@ PROJECT_NAME also provide the domain information as `project_domain_(name|id)`.
|
|||||||
|
|
||||||
For more information on keystoneauth API, see `Using Sessions`_.
|
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
|
||||||
|
|
||||||
Reference
|
Reference
|
||||||
---------
|
---------
|
||||||
|
@ -12,7 +12,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/index.html
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -6,7 +6,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/python-heatclient/
|
home-page = https://docs.openstack.org/python-heatclient/latest
|
||||||
classifier =
|
classifier =
|
||||||
Development Status :: 5 - Production/Stable
|
Development Status :: 5 - Production/Stable
|
||||||
Environment :: Console
|
Environment :: Console
|
||||||
|
Loading…
Reference in New Issue
Block a user