From fd63559606a26267f8e072c36d289356b9f4457c Mon Sep 17 00:00:00 2001 From: yanghuichan Date: Wed, 6 Sep 2017 10:48:59 +0800 Subject: [PATCH] Fix wrong links Fix wrong links Some docs links have changed. We should update the wrong links in our codes. Change-Id: I40af5c47080b24bda1dd3d616ee9ef95fdd5548a --- HACKING.rst | 2 +- README.rst | 8 ++++---- setup.cfg | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index b1bf86f..79aacb0 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ os-api-ref Style Commandments =============================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff --git a/README.rst b/README.rst index 62a40f2..d2941c4 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/os-api-ref.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/os-api-ref.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -108,5 +108,5 @@ a pointer to more precise descriptions for each code. For example:: * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/os-api-ref -* Source: http://git.openstack.org/cgit/openstack/os-api-ref +* Documentation: https://docs.openstack.org/os-api-ref/latest/ +* Source: https://git.openstack.org/cgit/openstack/os-api-ref diff --git a/setup.cfg b/setup.cfg index 6aea994..4b6a16a 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/os-api-ref +home-page = https://docs.openstack.org/os-api-ref/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology