diff --git a/HACKING.rst b/HACKING.rst index 0b6d8bf6b0cf9eda7117bfd964d6b3f5b37d5b5f..b8c93e96479e1182ea4149d8ef7c4fb323582c83 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 2610a38d916ded449f53f891f73531e368e43497..972c364f6361b60fa3abe6b7e3ebca7f9a8138db 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 659058d1789ab312f4c80d5d04539899c0b46dd6..ca7c4da6edbc02f5da1e0ed712c62f3cec5e234a 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 f2ff508e210ee4a42b6a4d0c154a5cba15eb216e..fa92155592791c9b3816605a98d52a96e62d89fd 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 d4d4996d616a10f92485582db7947c86e64ea748..67b23cb5a0688d392f2789646f173b003e468b51 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 af4dc742395b9a0791a4a73109e9884c5f61bd0a..69c02d10d0bcfa6639ab22ef2f35c06501a64650 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