From d5ad16637e93d5c89dd454e1b2b3239c08ba060b Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Thu, 17 Aug 2017 18:55:06 -0700 Subject: [PATCH] Update and replace http with https for doc links in vmtp 1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: I9f40407e7b1a3db4d9ace7703e6927eb9c9a94e4 --- HACKING.rst | 2 +- doc/source/contributing.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 4cbe793..7e4b298 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -2,4 +2,4 @@ vmtp Style Commandments ======================= -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index 9ca2390..aa49ecb 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -111,11 +111,11 @@ Developer's Guide of OpenStack 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.