Update the documentation link for doc migration

Change-Id: If32cf6212c18f2c5f7e784f069e4178cb38677c0
BTW: Do some optimization as well (http -> https)
changes/40/485540/1
Hangdong Zhang 6 years ago
parent 9d834f8c01
commit c7a1f6dada

@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack,
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
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.

@ -24,7 +24,7 @@ tool (``magnum``).
Development takes place via the usual OpenStack processes as outlined
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
* `PyPi`_ - package installation
@ -34,7 +34,7 @@ in the `developer guide
* `Source`_
.. _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
.. _Bugs: https://bugs.launchpad.net/python-magnumclient
.. _Source: https://git.openstack.org/cgit/openstack/python-magnumclient

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

@ -12,7 +12,7 @@
"""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 .
"""

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
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 =
Environment :: OpenStack
Intended Audience :: Information Technology

Loading…
Cancel
Save