summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-13 18:52:54 +0000
committerGerrit Code Review <review@openstack.org>2017-07-13 18:52:54 +0000
commit0aeed64bbb60581989436102ad68268d92024947 (patch)
treee8b027f13fcc89140fa6f80de555c5fa204635fb
parent276cff6a953a5f3d7b8aea66b7e82c88d9794e4e (diff)
parentfb177735ae0d6bef7114773031df4447bf622210 (diff)
downloadoslo-vmware-0aeed64bbb60581989436102ad68268d92024947.tar.gz
Merge "Update URLs in documents according to document migration"2.23.0
-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