From b9b5e7e5f60fff76bbff42256f53849687850965 Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Wed, 17 Jan 2018 17:36:06 -0800 Subject: [PATCH] Change http links to https according to official website Change http links to https according to official OpenStack website in CONTRIBUTING.rst and HACKING.rst. Change-Id: Ibdb05d9bc9bc887d3bb8d9a61bbc15f261a04b6d --- CONTRIBUTING.rst | 4 ++-- HACKING.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index e9c5442..ff66f19 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 75c70d7..82fd006 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ python-scciclient Style Commandments =============================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/