From fb177735ae0d6bef7114773031df4447bf622210 Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Thu, 13 Jul 2017 10:17:21 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: I3c35d5046f8fecf091a12f87e522eefdebecef27 --- HACKING.rst | 2 +- README.rst | 2 +- oslo_vmware/_i18n.py | 2 +- setup.cfg | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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