Update URLs in documents according to document migration
Change-Id: Id03c3457b54b338d656852638cb2731459c531c1
This commit is contained in:
parent
0f3ea232b7
commit
dd1ceea294
@ -1,4 +1,4 @@
|
|||||||
oslo.utils Style Commandments
|
oslo.utils Style Commandments
|
||||||
======================================================
|
======================================================
|
||||||
|
|
||||||
Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/
|
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/
|
@ -23,6 +23,6 @@ The oslo.utils library provides support for common utility type functions,
|
|||||||
such as encoding, exception handling, string manipulation, and time handling.
|
such as encoding, exception handling, string manipulation, and time handling.
|
||||||
|
|
||||||
* Free software: Apache license
|
* Free software: Apache license
|
||||||
* Documentation: http://docs.openstack.org/developer/oslo.utils
|
* Documentation: https://docs.openstack.org/oslo.utils/latest/
|
||||||
* Source: http://git.openstack.org/cgit/openstack/oslo.utils
|
* Source: https://git.openstack.org/cgit/openstack/oslo.utils
|
||||||
* Bugs: http://bugs.launchpad.net/oslo.utils
|
* Bugs: https://bugs.launchpad.net/oslo.utils
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
"""oslo.i18n integration module.
|
"""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 .
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ description-file =
|
|||||||
README.rst
|
README.rst
|
||||||
author = OpenStack
|
author = OpenStack
|
||||||
author-email = openstack-dev@lists.openstack.org
|
author-email = openstack-dev@lists.openstack.org
|
||||||
home-page = http://docs.openstack.org/developer/oslo.utils/
|
home-page = https://docs.openstack.org/oslo.utils/latest/
|
||||||
classifier =
|
classifier =
|
||||||
Environment :: OpenStack
|
Environment :: OpenStack
|
||||||
Intended Audience :: Information Technology
|
Intended Audience :: Information Technology
|
||||||
|
Loading…
Reference in New Issue
Block a user