diff options
author | M V P Nitesh <m.nitesh@nectechnologies.in> | 2017-04-10 15:59:43 +0530 |
---|---|---|
committer | M V P Nitesh <m.nitesh@nectechnologies.in> | 2017-04-10 16:00:39 +0530 |
commit | 058fb0323f9bc579a891ad48dcff80a7eda4f8ac (patch) | |
tree | 6e19eaf8d48fbb0b48f77e60f46d33cd48590d00 | |
parent | 2710ff255b5d3954eebdf469587bf73bbfd48431 (diff) | |
download | python-swiftclient-058fb0323f9bc579a891ad48dcff80a7eda4f8ac.tar.gz |
Optimize the link address
Use https instead of http to ensure the safety
Change-Id: I1e072bd3288f2de530ac22a4e99899f18f1ceaf3
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/python-swiftclient.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/badges/python-swiftclient.svg + :target: https://governance.openstack.org/reference/tags/index.html .. Change things from this point on |