summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-13 10:17:21 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-13 10:17:21 +0800
commitfb177735ae0d6bef7114773031df4447bf622210 (patch)
treeece60b36cacb13d5ea7325735d9cf847d404447a
parenta1598502bd65576e9e23959a0cf412add5de23b8 (diff)
downloadoslo-vmware-fb177735ae0d6bef7114773031df4447bf622210.tar.gz
Update URLs in documents according to document migration
Change-Id: I3c35d5046f8fecf091a12f87e522eefdebecef27
-rw-r--r--HACKING.rst2
-rw-r--r--README.rst2
-rw-r--r--oslo_vmware/_i18n.py2
-rw-r--r--setup.cfg2
4 files changed, 4 insertions, 4 deletions
diff --git a/HACKING.rst b/HACKING.rst
index cc73932..02ef182 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -3,4 +3,4 @@
Read the OpenStack Style Commandments in the following link
-https://docs.openstack.org/developer/hacking/
+https://docs.openstack.org/hacking/latest/
diff --git a/README.rst b/README.rst
index 626ff55..ac7c88e 100644
--- a/README.rst
+++ b/README.rst
@@ -23,6 +23,6 @@ The Oslo VMware library provides support for common VMware operations
and APIs.
* License: Apache License, Version 2.0
-* Documentation: https://docs.openstack.org/developer/oslo.vmware
+* Documentation: https://docs.openstack.org/oslo.vmware/latest/
* Source: https://git.openstack.org/cgit/openstack/oslo.vmware
* Bugs: https://bugs.launchpad.net/oslo.vmware
diff --git a/oslo_vmware/_i18n.py b/oslo_vmware/_i18n.py
index 984d1ed..f17faa4 100644
--- a/oslo_vmware/_i18n.py
+++ b/oslo_vmware/_i18n.py
@@ -12,7 +12,7 @@
"""oslo.i18n integration module.
-See https://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 b07d2ad..a99771b 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 = https://docs.openstack.org/developer/oslo.vmware/
+home-page = https://docs.openstack.org/oslo.vmware/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology