Update URLs in documents according to document migration

Change-Id: I4aba61ee6e6b27e9b1e49adcc3a55c857211ad1b
This commit is contained in:
ChangBo Guo(gcb) 2017-07-13 10:00:49 +08:00
parent 578b23b642
commit 02531ea9e4
6 changed files with 8 additions and 8 deletions

View File

@ -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/

View File

@ -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

View File

@ -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
----

View File

@ -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
"""

View File

@ -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)

View File

@ -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