Optimize the link address

Use https instead of http to ensure the safety without containing our
account/password information

Change-Id: Icf3c839f411b52d6d93ec42728486b6239a97a0d
This commit is contained in:
loooosy 2017-04-08 22:52:17 +08:00
parent 4811a433f3
commit 0c18234006
3 changed files with 9 additions and 9 deletions

View File

@ -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
https://bugs.launchpad.net/oslo.log

View File

@ -1,4 +1,4 @@
Style Commandments
==================
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/oslo.log.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/badges/oslo.log.svg
:target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
@ -25,6 +25,6 @@ formatters, handlers and support for context specific
logging (like resource id's etc).
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.log
* Source: http://git.openstack.org/cgit/openstack/oslo.log
* Bugs: http://bugs.launchpad.net/oslo.log
* Documentation: https://docs.openstack.org/developer/oslo.log
* Source: https://git.openstack.org/cgit/openstack/oslo.log
* Bugs: https://bugs.launchpad.net/oslo.log