Replace http with https in openstack.org

In freezer, some of the openstack.org use https and some of them are http.
 Use https instead of http to ensure the safety without containing our
account/password information.

Change-Id: Ib4fac120e2a66b2f0a2939b01e63d9fb8356db78
This commit is contained in:
yfzhao 2017-04-24 11:23:41 +08:00
parent 8ad1be723e
commit 4c8da184fe
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
Team and repository tags
========================
.. image:: http://governance.openstack.org/badges/freezer-api.svg
:target: http://governance.openstack.org/reference/tags/index.html
.. image:: https://governance.openstack.org/badges/freezer-api.svg
:target: https://governance.openstack.org/reference/tags/index.html
.. Change things from this point on
@ -210,7 +210,7 @@ For example to make use of port 19090 use
export FREEZER_API_PORT=19090
For more information, see `openstack_devstack_plugins_install <http://docs.openstack.org/developer/devstack/plugins.html>`_
For more information, see `openstack_devstack_plugins_install <https://docs.openstack.org/developer/devstack/plugins.html>`_
Concepts and definitions
===========================

View File

@ -30,4 +30,4 @@ For example to make use of port 19090 use:
export FREEZER_API_PORT=19090
For more information, see:
http://docs.openstack.org/developer/devstack/plugins.html
https://docs.openstack.org/developer/devstack/plugins.html