Update the documentation link for doc migration

Change-Id: If32cf6212c18f2c5f7e784f069e4178cb38677c0
BTW: Do some optimization as well (http -> https)
This commit is contained in:
Hangdong Zhang 2017-07-20 18:18:32 +08:00
parent 9d834f8c01
commit c7a1f6dada
5 changed files with 7 additions and 7 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 in this page: 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 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

@ -24,7 +24,7 @@ tool (``magnum``).
Development takes place via the usual OpenStack processes as outlined Development takes place via the usual OpenStack processes as outlined
in the `developer guide in the `developer guide
<http://docs.openstack.org/infra/manual/developers.html>`_. <https://docs.openstack.org/infra/manual/developers.html>`_.
* License: Apache License, Version 2.0 * License: Apache License, Version 2.0
* `PyPi`_ - package installation * `PyPi`_ - package installation
@ -34,7 +34,7 @@ in the `developer guide
* `Source`_ * `Source`_
.. _PyPi: https://pypi.python.org/pypi/python-magnumclient .. _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 .. _Launchpad project: https://launchpad.net/python-magnumclient
.. _Bugs: https://bugs.launchpad.net/python-magnumclient .. _Bugs: https://bugs.launchpad.net/python-magnumclient
.. _Source: https://git.openstack.org/cgit/openstack/python-magnumclient .. _Source: https://git.openstack.org/cgit/openstack/python-magnumclient

View File

@ -32,7 +32,7 @@ using the keystoneauth session API::
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
Command-line tool Command-line tool
================= =================

View File

@ -12,7 +12,7 @@
"""oslo_i18n integration module for magnumclient. """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 .
""" """

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/python-magnumclient home-page = https://docs.openstack.org/python-magnumclient/latest/
classifier = classifier =
Environment :: OpenStack Environment :: OpenStack
Intended Audience :: Information Technology Intended Audience :: Information Technology