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
This commit is contained in:
howardlee 2017-07-21 10:53:35 +08:00
parent 772e16d6bb
commit da463b31fe
5 changed files with 8 additions and 8 deletions

View File

@ -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.

View File

@ -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

View File

@ -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.

View File

@ -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
==============

View File

@ -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