summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-12 22:32:03 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-12 22:32:03 +0800
commit608a15ea61ae846c07624e869c16d37781c2a8ce (patch)
tree6a476a09a4724bd9cba8ae9b6f44d5400dd3465b
parent938077097f3bfbaac621909774f405b101236b48 (diff)
downloadoslo-config-4.9.0.tar.gz
Update URLs in documents according to document migration4.9.0
Change-Id: I197694efd17966a32548643368983efe66041197
-rw-r--r--HACKING.rst2
-rw-r--r--README.rst2
-rw-r--r--oslo_config/_i18n.py2
-rw-r--r--setup.cfg2
4 files changed, 4 insertions, 4 deletions
diff --git a/HACKING.rst b/HACKING.rst
index f15b05d..39378cb 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 d5d85d2..d0492fc 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 2145c5a..41960f4 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 e1567b4..c8e1917 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