summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorlioplhp <hpliu5898@fiberhome.com>2017-04-15 10:06:57 +0800
committerlioplhp <hpliu5898@fiberhome.com>2017-04-15 10:13:47 +0800
commit93a07b7b975330ffd9abac630277449f72148ec2 (patch)
tree3482276b6bdb39b1729b5ac6108b99e1f0610522 /CONTRIBUTING.rst
parentfed29257358f990dd91eccd9be08e4cbcea53dca (diff)
downloadoslo-middleware-93a07b7b975330ffd9abac630277449f72148ec2.tar.gz
Optimize the link address
Use https instead of http to ensure the safety Change-Id: I0a6a941b6e899d1f9a13e615454befce70f05d54
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 414d566..73d6528 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.