From 6821a3352c437cde9d19babf3f3cc456ed7a1f24 Mon Sep 17 00:00:00 2001 From: yfzhao Date: Wed, 26 Apr 2017 10:37:14 +0800 Subject: [PATCH] Replace http with https Use https instead of http to ensure the safety without containing our account/password information Change-Id: I22d4738f54762a0461d5019f7bac9d855e1aba08 --- README.rst | 4 ++-- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 6fa8d2a..9a6eb18 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/python-karborclient.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/python-karborclient.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 f44d4f2..bd9c4dd 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/karbor/ +home-page = https://docs.openstack.org/developer/karbor/ classifier = Environment :: OpenStack Intended Audience :: Information Technology