From 491d9ca9c4681b937e3e80cc09ab85a4b4903671 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Thu, 13 Jul 2017 11:25:32 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: Ia9928446bdacdc3ac9d02a1d004c3f67c01f78a6 --- HACKING.rst | 2 +- README.rst | 6 +++--- setup.cfg | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 8f0f190..d697e67 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ Style Commandments =============================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ \ No newline at end of file +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ \ No newline at end of file diff --git a/README.rst b/README.rst index 7868017..00c8830 100644 --- a/README.rst +++ b/README.rst @@ -15,6 +15,6 @@ The Oslo Test framework provides common fixtures, support for debugging, and better support for mocking results. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/oslotest -* Source: http://git.openstack.org/cgit/openstack/oslotest -* Bugs: http://bugs.launchpad.net/oslotest +* Documentation: https://docs.openstack.org/oslotest/latest/ +* Source: https://git.openstack.org/cgit/openstack/oslotest +* Bugs: https://bugs.launchpad.net/oslotest diff --git a/setup.cfg b/setup.cfg index 52cc216..839bc45 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/oslotest +home-page = https://docs.openstack.org/oslotest/latest/ classifier = Environment :: OpenStack Intended Audience :: Developers