From da463b31fefafb1704eff735ceef8afc7c759b7e Mon Sep 17 00:00:00 2001 From: howardlee Date: Fri, 21 Jul 2017 10:53:35 +0800 Subject: [PATCH] Update and replace http with https for doc links 1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: I0af218e58e32a06b7bd9cef661fc75f801689323 --- CONTRIBUTING.rst | 2 +- README.rst | 8 ++++---- doc/source/contributors/index.rst | 2 +- doc/source/install/index.rst | 2 +- setup.cfg | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 92ce8236..0550e595 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,7 +1,7 @@ Changes to cliff 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 e7fb6a3e..e72ba115 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/cliff.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/cliff.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -18,6 +18,6 @@ other extensions. .. _setuptools entry points: http://setuptools.readthedocs.io/en/latest/pkg_resources.html#convenience-api * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/cliff -* Source: http://git.openstack.org/cgit/openstack/cliff +* Documentation: https://docs.openstack.org/cliff/latest/ +* Source: https://git.openstack.org/cgit/openstack/cliff * Bugs: https://bugs.launchpad.net/python-cliff diff --git a/doc/source/contributors/index.rst b/doc/source/contributors/index.rst index 185c4fb3..eec0fadb 100644 --- a/doc/source/contributors/index.rst +++ b/doc/source/contributors/index.rst @@ -10,7 +10,7 @@ all welcome through the `Launchpad project`_. Changes to cliff 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/doc/source/install/index.rst b/doc/source/install/index.rst index 1317b58b..51e0250d 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -33,7 +33,7 @@ or:: Source Code =========== -The source is hosted on github: http://git.openstack.org/cgit/openstack/cliff +The source is hosted on github: https://git.openstack.org/cgit/openstack/cliff Reporting Bugs ============== diff --git a/setup.cfg b/setup.cfg index 97252605..5ac56b0e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org summary = Command Line Interface Formulation Framework -home-page = http://docs.openstack.org/developer/cliff +home-page = https://docs.openstack.org/cliff/latest/ classifier = Development Status :: 5 - Production/Stable License :: OSI Approved :: Apache Software License