summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-12 23:06:02 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-12 23:06:02 +0800
commit1cf39ee5c3739c18fed78946532438550f56356f (patch)
treeb03c9d6b7d244c485d1ad13a88db2a466c8378aa
parent7af4801aad4243c73eaa3d092c92d823cda89510 (diff)
downloadoslo-middleware-1cf39ee5c3739c18fed78946532438550f56356f.tar.gz
Update URLs in documents according to document migration3.30.0
Change-Id: Ie988ab85d74f314a3c0ecc0f86ddd9dc48ab2305
-rw-r--r--HACKING.rst2
-rw-r--r--oslo_middleware/_i18n.py2
-rw-r--r--setup.cfg2
3 files changed, 3 insertions, 3 deletions
diff --git a/HACKING.rst b/HACKING.rst
index f67b666..8358107 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -1,4 +1,4 @@
oslo.middleware Style Commandments
==================================
-Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
+Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
diff --git a/oslo_middleware/_i18n.py b/oslo_middleware/_i18n.py
index 250ed62..fab4671 100644
--- a/oslo_middleware/_i18n.py
+++ b/oslo_middleware/_i18n.py
@@ -12,7 +12,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 1657d4d..09b20d1 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.middleware
+home-page = https://docs.openstack.org/oslo.middleware/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology