Update URLs in documents according to document migration

Change-Id: I71f5444055b997905a913fdaaf31080cfbe85513
This commit is contained in:
ChangBo Guo(gcb) 2017-07-12 23:28:29 +08:00
parent 21de4a7c51
commit 5a8a712c26
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
oslo.service 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 @@ might need for working with SSL or WSGI, performing periodic
operations, interacting with systemd, etc.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/oslo.service
* Source: http://git.openstack.org/cgit/openstack/oslo.service
* Bugs: http://bugs.launchpad.net/oslo.service
* Documentation: https://docs.openstack.org/oslo.service/latest/
* Source: https://git.openstack.org/cgit/openstack/oslo.service
* Bugs: https://bugs.launchpad.net/oslo.service

View File

@ -11,7 +11,7 @@
# under the License.
"""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 .
"""
import oslo_i18n

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