From fea007fb44af95098fbf11cde02f32ed1dd8892e Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Mon, 18 Sep 2017 00:42:24 -0700 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: I0fa391e0c3ca0a9056021be568ad6a8b05e17844 --- CONTRIBUTING.rst | 4 ++-- README.rst | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 9a8d56da7..5c2644a35 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 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. diff --git a/README.rst b/README.rst index 1e6bd6ef0..cf4c400da 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/tripleo-common.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/tripleo-common.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -16,7 +16,7 @@ A common library for TripleO workflows. * Free software: Apache license * Documentation: https://docs.openstack.org/tripleo-common/latest/ * Source: http://git.openstack.org/cgit/openstack/tripleo-common -* Bugs: http://bugs.launchpad.net/tripleo-common +* Bugs: https://bugs.launchpad.net/tripleo-common Action Development ------------------