Commit ca9423b4 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Update URLs in documents according to document migration"

parents 15ca1e38 02531ea9
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/
......@@ -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
......@@ -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
----
......
......@@ -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
"""
......
......@@ -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)
......
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment