From 650dc13610ca713760f8b1b8d2d6b446d30d0507 Mon Sep 17 00:00:00 2001 From: yfzhao Date: Wed, 26 Apr 2017 10:26:48 +0800 Subject: [PATCH] Replace http with https Use https instead of http to ensure the safety without containing our account/password information Change-Id: I40d748c6044cc10eadd24eedc2d1753aa0323caf --- README.rst | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index c1edb054d..c9fe419b0 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/python-cinderclient.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/python-cinderclient.svg + :target: https://governance.openstack.org/reference/tags/index.html .. Change things from this point on diff --git a/setup.cfg b/setup.cfg index 1060988c5..b0e7f2627 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/python-cinderclient +home-page = https://docs.openstack.org/developer/python-cinderclient classifier = Development Status :: 5 - Production/Stable Environment :: Console