Optimize the link address
Use https instead of http to ensure the safety without containing our account/password information Change-Id: I4ec282dc25c4a2ba3988c7fb928c8918ff9ef318
This commit is contained in:
parent
8a0881f217
commit
997c856088
@ -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.
|
||||
|
||||
|
@ -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/
|
||||
|
10
README.rst
10
README.rst
@ -2,8 +2,8 @@
|
||||
Team and repository tags
|
||||
========================
|
||||
|
||||
.. image:: http://governance.openstack.org/badges/oslo.config.svg
|
||||
:target: http://governance.openstack.org/reference/tags/index.html
|
||||
.. image:: https://governance.openstack.org/badges/oslo.config.svg
|
||||
:target: https://governance.openstack.org/reference/tags/index.html
|
||||
|
||||
.. Change things from this point on
|
||||
|
||||
@ -23,6 +23,6 @@ The Oslo configuration API supports parsing command line arguments and
|
||||
.ini style configuration files.
|
||||
|
||||
* License: Apache License, Version 2.0
|
||||
* Documentation: http://docs.openstack.org/developer/oslo.config
|
||||
* Source: http://git.openstack.org/cgit/openstack/oslo.config
|
||||
* Bugs: http://bugs.launchpad.net/oslo.config
|
||||
* Documentation: https://docs.openstack.org/developer/oslo.config
|
||||
* Source: https://git.openstack.org/cgit/openstack/oslo.config
|
||||
* Bugs: https://bugs.launchpad.net/oslo.config
|
||||
|
Loading…
Reference in New Issue
Block a user