Optimize the link address

Use https instead of http to ensure the safety

Change-Id: I0a6a941b6e899d1f9a13e615454befce70f05d54
This commit is contained in:
lioplhp 2017-04-15 10:06:57 +08:00
parent fed2925735
commit 93a07b7b97
2 changed files with 5 additions and 5 deletions

View File

@ -1,13 +1,13 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps in this page: 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 Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: 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. Pull requests submitted through GitHub will be ignored.

View File

@ -16,6 +16,6 @@ enhanced with functionality like add/delete/modification of http headers
and support for limiting size/connection etc. and support for limiting size/connection etc.
* Free software: Apache license * Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.middleware * Documentation: https://docs.openstack.org/developer/oslo.middleware
* Source: http://git.openstack.org/cgit/openstack/oslo.middleware * Source: https://git.openstack.org/cgit/openstack/oslo.middleware
* Bugs: http://bugs.launchpad.net/oslo.middleware * Bugs: https://bugs.launchpad.net/oslo.middleware