From 608a15ea61ae846c07624e869c16d37781c2a8ce Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Wed, 12 Jul 2017 22:32:03 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: I197694efd17966a32548643368983efe66041197 --- HACKING.rst | 2 +- README.rst | 2 +- oslo_config/_i18n.py | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 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 d5d85d21..d0492fc2 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,6 @@ The Oslo configuration API supports parsing command line arguments and .ini style configuration files. * License: Apache License, Version 2.0 -* Documentation: https://docs.openstack.org/oslo.config +* Documentation: https://docs.openstack.org/oslo.config/latest/ * Source: https://git.openstack.org/cgit/openstack/oslo.config * Bugs: https://bugs.launchpad.net/oslo.config diff --git a/oslo_config/_i18n.py b/oslo_config/_i18n.py index 2145c5ad..41960f4e 100644 --- a/oslo_config/_i18n.py +++ b/oslo_config/_i18n.py @@ -14,7 +14,7 @@ """oslo.i18n integration module. -See http://docs.openstack.org/developer/oslo.i18n/usage.html . +See https://docs.openstack.org/oslo.i18n/latest/user/index.html. """ diff --git a/setup.cfg b/setup.cfg index e1567b43..c8e19178 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ author-email = openstack-dev@lists.openstack.org summary = Oslo Configuration API description-file = README.rst -home-page = http://docs.openstack.org/developer/oslo.config/ +home-page = https://docs.openstack.org/oslo.config/latest/ classifier = Development Status :: 5 - Production/Stable Environment :: OpenStack