From 7f1f2829f0654357733ab35466f1f57acafd574e Mon Sep 17 00:00:00 2001 From: Hangdong Zhang Date: Tue, 18 Jul 2017 17:21:36 +0800 Subject: [PATCH] Update and optimize documentation links 1. Update the outdated links 2. Optimize (e.g. http -> https) Change-Id: I0a30b1627d618142382cca5f8c25ce33ef9003ea --- CONTRIBUTING.rst | 4 ++-- README.rst | 4 ++-- senlinclient/common/i18n.py | 2 +- setup.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 99797e8c..50355a8a 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 + 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. diff --git a/README.rst b/README.rst index 3a5556cc..4fb7c3f4 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/python-senlinclient.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/python-senlinclient.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on diff --git a/senlinclient/common/i18n.py b/senlinclient/common/i18n.py index 4151b362..3b50a8fc 100644 --- a/senlinclient/common/i18n.py +++ b/senlinclient/common/i18n.py @@ -12,7 +12,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 """ import oslo_i18n diff --git a/setup.py b/setup.py index 566d8443..137011c0 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ import setuptools # In python < 2.7.4, a lazy loading of package `pbr` will break # 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: import multiprocessing # noqa except ImportError: