Update and optimize documentation links

1. Update the outdated links
2. Optimize (e.g. http -> https)

Change-Id: I0a30b1627d618142382cca5f8c25ce33ef9003ea
This commit is contained in:
Hangdong Zhang 2017-07-18 17:21:36 +08:00
parent 66610c55bb
commit 7f1f2829f0
4 changed files with 6 additions and 6 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 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

@ -2,8 +2,8 @@
Team and repository tags Team and repository tags
======================== ========================
.. image:: http://governance.openstack.org/badges/python-senlinclient.svg .. image:: https://governance.openstack.org/tc/badges/python-senlinclient.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

View File

@ -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/usage.html
""" """
import oslo_i18n import oslo_i18n

View File

@ -18,7 +18,7 @@ import setuptools
# In python < 2.7.4, a lazy loading of package `pbr` will break # In python < 2.7.4, a lazy loading of package `pbr` will break
# setuptools if some other modules registered functions in `atexit`. # setuptools if some other modules registered functions in `atexit`.
# solution from: http://bugs.python.org/issue15881#msg170215 # solution from: https://bugs.python.org/issue15881#msg170215
try: try:
import multiprocessing # noqa import multiprocessing # noqa
except ImportError: except ImportError: