summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorXieYingYun <smokony@sina.com>2017-04-08 15:00:25 +0800
committerXieYingYun <smokony@sina.com>2017-04-08 17:15:28 +0800
commitfd9eac657a5ac39e0eb8c58f5322ff3af7451c28 (patch)
treeccefd333f655963501df62dff273bdb744283392 /CONTRIBUTING.rst
parent84e871fda8af4526e336475088b4f87940c0357a (diff)
downloadceilometer-fd9eac657a5ac39e0eb8c58f5322ff3af7451c28.tar.gz
Optimize the link address
Use https instead of http to ensure the safety without containing our account/password information Change-Id: Iaa89b2556f89e0d6389d47fe7380ffc546caccd0
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index d42f99d4..719bfdd6 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 documented at:
- http://docs.openstack.org/infra/manual/developers.html#development-workflow
+ https://docs.openstack.org/infra/manual/developers.html#development-workflow
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.