From 4c8da184fe77cbae864c82bcaf55d3135d7154a2 Mon Sep 17 00:00:00 2001 From: yfzhao Date: Mon, 24 Apr 2017 11:23:41 +0800 Subject: [PATCH] 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 --- README.rst | 6 +++--- devstack/README.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index f6c70f1e..de5ed8d0 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ +For more information, see `openstack_devstack_plugins_install `_ Concepts and definitions =========================== diff --git a/devstack/README.rst b/devstack/README.rst index 9ca3c085..ed15b3c3 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -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