diff --git a/HACKING.rst b/HACKING.rst index cc739322..02ef1821 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 626ff550..ac7c88ee 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 984d1edf..f17faa4c 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 b07d2adc..a99771b5 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