Optimize the link address

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

Change-Id: I07f0af54f8cbcfd2100d55415b5b1c6dec32f3d4
This commit is contained in:
loooosy 2017-04-08 23:35:59 +08:00
parent ee8e96a35b
commit a7ab49e42c
3 changed files with 9 additions and 9 deletions

View File

@ -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.

View File

@ -2,10 +2,10 @@ oslo.policy Style Commandments
======================================================
- Step 1: Read the OpenStack Style Commandments
http://docs.openstack.org/developer/hacking/
https://docs.openstack.org/developer/hacking/
- Step 2: Read on
oslo.policy Specific Commandments
---------------------------------
- Avoid using "double quotes" where you can reasonably use 'single quotes'
- Avoid using "double quotes" where you can reasonably use 'single quotes'

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/oslo.policy.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/badges/oslo.policy.svg
:target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
@ -23,7 +23,7 @@ The Oslo Policy library provides support for RBAC policy enforcement across
all OpenStack services.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.policy
* Source: http://git.openstack.org/cgit/openstack/oslo.policy
* Bugs: http://bugs.launchpad.net/oslo.policy
* Documentation: https://docs.openstack.org/developer/oslo.policy
* Source: https://git.openstack.org/cgit/openstack/oslo.policy
* Bugs: https://bugs.launchpad.net/oslo.policy