From c7d0cb928843b984e702b974cd52e8dc5bf7186d Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Tue, 11 Jul 2017 22:46:53 +0800 Subject: [PATCH] Update URLs according to document migration * Update setup.cfg/README.rst with right document links * Update HACKING.rst with latest link for hacking Change-Id: I0ff110b56fc86aa144d2ad67af5f0f09e75ad561 --- 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 ba795b12..604f7792 100644 --- a/README.rst +++ b/README.rst @@ -25,6 +25,6 @@ formatters, handlers and support for context specific logging (like resource id's etc). * Free software: Apache license -* Documentation: https://docs.openstack.org/developer/oslo.log +* Documentation: https://docs.openstack.org/oslo.log/latest * Source: https://git.openstack.org/cgit/openstack/oslo.log * Bugs: https://bugs.launchpad.net/oslo.log diff --git a/setup.cfg b/setup.cfg index 3cb2cff6..85e6a830 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.log/ +home-page = https://docs.openstack.org/oslo.log/latest classifier = Environment :: OpenStack Intended Audience :: Information Technology