From 0c182340063eb4d4ad8a5711311e69bab03d739d Mon Sep 17 00:00:00 2001 From: loooosy Date: Sat, 8 Apr 2017 22:52:17 +0800 Subject: Optimize the link address Use https instead of http to ensure the safety without containing our account/password information Change-Id: Icf3c839f411b52d6d93ec42728486b6239a97a0d --- CONTRIBUTING.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CONTRIBUTING.rst') diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 101119d..139c65d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,16 +1,16 @@ 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. Bugs should be filed on Launchpad, not GitHub: - https://bugs.launchpad.net/oslo.log \ No newline at end of file + https://bugs.launchpad.net/oslo.log -- cgit v1.2.1