From 61bfc08620e234297147ec965d8ff0327367855f Mon Sep 17 00:00:00 2001 From: Dharmendra Kushwaha Date: Tue, 18 Apr 2017 12:33:42 +0000 Subject: [PATCH] Optimize the link address Use https instead of http Change-Id: I699e763b2bb97bbc88e510f69709673333d1ce8c --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- README.rst | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 7cb6ef74b..0bf877b8a 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/HACKING.rst b/HACKING.rst index 78c6aac3a..f1c670939 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,7 +2,7 @@ Tacker Style Commandments ========================= - Step 1: Read the OpenStack Style Commandments - http://docs.openstack.org/developer/hacking/ + https://docs.openstack.org/developer/hacking/ - Step 2: Read on Tacker Specific Commandments diff --git a/README.rst b/README.rst index d9a1a7a9a..901ab40af 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/tacker.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/tacker.svg + :target: https://governance.openstack.org/reference/tags/index.html .. Change things from this point on @@ -30,9 +30,9 @@ Code: Tacker code is available in following repositories: -* **Tacker server:** http://git.openstack.org/cgit/openstack/tacker -* **Tacker Python client:** http://git.openstack.org/cgit/openstack/python-tackerclient -* **Tacker Horizon UI:** http://git.openstack.org/cgit/openstack/tacker-horizon +* **Tacker server:** https://git.openstack.org/cgit/openstack/tacker +* **Tacker Python client:** https://git.openstack.org/cgit/openstack/python-tackerclient +* **Tacker Horizon UI:** https://git.openstack.org/cgit/openstack/tacker-horizon Bugs: =====