From 2e883082e2ad3943a75db675a8bf284154978890 Mon Sep 17 00:00:00 2001 From: ShangXiao Date: Tue, 6 Mar 2018 01:25:04 -0800 Subject: [PATCH] Update the old links in CONTRIBUTING.rst Update the old http links to the https ones according to the OpenStack websites in CONTRIBUTING.rst. Change-Id: I805ca2486d82b110c9fa848d811f799cd2fa5df9 --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 0935332..a48b115 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,14 @@ 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 If you already have a good understanding of how the system works and your OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be submitted for review via the Gerrit tool: - 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.