From e46aa023d615aa865a01db3939867fc5163c6c73 Mon Sep 17 00:00:00 2001 From: shangxiaobj Date: Wed, 30 Aug 2017 02:28:12 -0700 Subject: [PATCH] Replace http with https for doc links in omni 1) Update doc links according to OpenStack document migration 2) Use https instead of http for docs links Change-Id: I19e3336cbfffa90071d11a14ffe42c28bb27e78a --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 577d123..2e1cf54 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.