From c0d615b9a2361e1e2abdd3f230ae1bac389822f0 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Tue, 11 Jul 2017 18:27:55 +0800 Subject: [PATCH] update the doc URLs Change-Id: Iff24d2ba53344d6b32c44b792d205b005db97cc5 --- HACKING.rst | 2 +- README.rst | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index f15b05de..39378cb3 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ Style Commandments ================== -Read the OpenStack Style Commandments https://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 0218f4cd..0906c5ee 100644 --- a/README.rst +++ b/README.rst @@ -28,6 +28,6 @@ caching backends such as `Memcached `_. * Free software: Apache license -* Documentation: https://docs.openstack.org/developer/oslo.cache +* Documentation: https://docs.openstack.org/oslo.cache/latest * Source: https://git.openstack.org/cgit/openstack/oslo.cache * Bugs: https://bugs.launchpad.net/oslo.cache diff --git a/setup.cfg b/setup.cfg index 1cfebb31..390b99a2 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/oslo.cache +home-page = https://docs.openstack.org/oslo.cache/latest classifier = Environment :: OpenStack Intended Audience :: Information Technology