summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-12 23:34:11 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-12 23:34:11 +0800
commitdd1ceea294b36dc7f3e4546498b092c3fd13875f (patch)
treef0a3229308dbf7ca995371333aa1ea8572022005
parent0f3ea232b750deff33a6106c37a169891872ee93 (diff)
downloadoslo-utils-dd1ceea294b36dc7f3e4546498b092c3fd13875f.tar.gz
Update URLs in documents according to document migration3.28.0
Change-Id: Id03c3457b54b338d656852638cb2731459c531c1
-rw-r--r--HACKING.rst2
-rw-r--r--README.rst6
-rw-r--r--oslo_utils/_i18n.py2
-rw-r--r--setup.cfg2
4 files changed, 6 insertions, 6 deletions
diff --git a/HACKING.rst b/HACKING.rst
index a547343..902191e 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -1,4 +1,4 @@
oslo.utils 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 052ac92..6acfd1c 100644
--- a/README.rst
+++ b/README.rst
@@ -23,6 +23,6 @@ The oslo.utils library provides support for common utility type functions,
such as encoding, exception handling, string manipulation, and time handling.
* Free software: Apache license
-* Documentation: http://docs.openstack.org/developer/oslo.utils
-* Source: http://git.openstack.org/cgit/openstack/oslo.utils
-* Bugs: http://bugs.launchpad.net/oslo.utils
+* Documentation: https://docs.openstack.org/oslo.utils/latest/
+* Source: https://git.openstack.org/cgit/openstack/oslo.utils
+* Bugs: https://bugs.launchpad.net/oslo.utils
diff --git a/oslo_utils/_i18n.py b/oslo_utils/_i18n.py
index 1a1a5b5..778e9cb 100644
--- a/oslo_utils/_i18n.py
+++ b/oslo_utils/_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 a0302e0..030a73d 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.utils/
+home-page = https://docs.openstack.org/oslo.utils/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology