Update URLs in documents according to document migration

Change-Id: Id03c3457b54b338d656852638cb2731459c531c1
This commit is contained in:
ChangBo Guo(gcb) 2017-07-12 23:34:11 +08:00
parent 0f3ea232b7
commit dd1ceea294
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
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/

View File

@ -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.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.utils
* Source: http://git.openstack.org/cgit/openstack/oslo.utils
* Bugs: http://bugs.launchpad.net/oslo.utils
* Documentation: https://docs.openstack.org/oslo.utils/latest/
* Source: https://git.openstack.org/cgit/openstack/oslo.utils
* Bugs: https://bugs.launchpad.net/oslo.utils

View File

@ -14,7 +14,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

@ -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.utils/
home-page = https://docs.openstack.org/oslo.utils/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology