From 02531ea9e48b7232a54d76c88ab30cf69ca2e0ed Mon Sep 17 00:00:00 2001 From: "ChangBo Guo(gcb)" Date: Thu, 13 Jul 2017 10:00:49 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: I4aba61ee6e6b27e9b1e49adcc3a55c857211ad1b --- HACKING.rst | 2 +- README.rst | 2 +- doc/source/index.rst | 6 +++--- oslo_versionedobjects/_i18n.py | 2 +- oslo_versionedobjects/fields.py | 2 +- setup.cfg | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 0b6d8bf..b8c93e9 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,4 +1,4 @@ oslo.versionedobjects 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/README.rst b/README.rst index 2610a38..972c364 100644 --- a/README.rst +++ b/README.rst @@ -26,6 +26,6 @@ independent of external APIs or database schema for the purposes of providing upgrade compatibility across distributed services. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/oslo.versionedobjects +* Documentation: https://docs.openstack.org/oslo.versionedobjects/latest * Source: http://git.openstack.org/cgit/openstack/oslo.versionedobjects * Bugs: http://bugs.launchpad.net/oslo.versionedobjects diff --git a/doc/source/index.rst b/doc/source/index.rst index 659058d..ca7c4da 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -9,9 +9,9 @@ independent of external APIs or database schema for the purposes of providing upgrade compatibility across distributed services. * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/oslo.versionedobjects -* Source: http://git.openstack.org/cgit/openstack/oslo.versionedobjects -* Bugs: http://bugs.launchpad.net/oslo.versionedobjects +* Documentation: https://docs.openstack.org/oslo.versionedobjects/latest/ +* Source: https://git.openstack.org/cgit/openstack/oslo.versionedobjects +* Bugs: https://bugs.launchpad.net/oslo.versionedobjects ---- diff --git a/oslo_versionedobjects/_i18n.py b/oslo_versionedobjects/_i18n.py index f2ff508..fa92155 100644 --- a/oslo_versionedobjects/_i18n.py +++ b/oslo_versionedobjects/_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/oslo_versionedobjects/fields.py b/oslo_versionedobjects/fields.py index d4d4996..67b23cb 100644 --- a/oslo_versionedobjects/fields.py +++ b/oslo_versionedobjects/fields.py @@ -359,7 +359,7 @@ class UUID(StringPattern): "release. Please update your " "code to input valid UUIDs or accept " "ValueErrors for invalid UUIDs. See " - "http://docs.openstack.org/developer/oslo.versionedobjects/api/fields.html#oslo_versionedobjects.fields.UUIDField " # noqa + "https://docs.openstack.org/oslo.versionedobjects/latest/reference/fields.html#oslo_versionedobjects.fields.UUIDField " # noqa "for further details" % value, FutureWarning) return str(value) diff --git a/setup.cfg b/setup.cfg index af4dc74..69c02d1 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.versionedobjects +home-page = https://docs.openstack.org/oslo.versionedobjects/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology -- GitLab