Update URLs in documents according to document migration

Change-Id: I139d4d38e49590d50e51495b6e3b84836975c6ed
This commit is contained in:
ChangBo Guo(gcb) 2017-07-12 22:54:02 +08:00
parent cbf56b0afd
commit 60f9989920
5 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
Style Commandments
==================
Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/
Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/

View File

@ -22,6 +22,6 @@ The Oslo messaging API supports RPC and notifications over a number of
different messaging transports.
* License: Apache License, Version 2.0
* Documentation: https://docs.openstack.org/oslo.messaging/latest
* Documentation: https://docs.openstack.org/oslo.messaging/latest/
* Source: https://git.openstack.org/cgit/openstack/oslo.messaging
* Bugs: https://bugs.launchpad.net/oslo.messaging

View File

@ -729,8 +729,8 @@ class Connection(object):
if self._initial_pid != current_pid:
LOG.warning(_LW("Process forked after connection established! "
"This can result in unpredictable behavior. "
"See: http://docs.openstack.org/developer/"
"oslo.messaging/transport.html"))
"See: https://docs.openstack.org/oslo.messaging/"
"latest/reference/transport.html"))
self._initial_pid = current_pid
if retry is None:

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

@ -5,7 +5,7 @@ author-email = openstack-dev@lists.openstack.org
summary = Oslo Messaging API
description-file =
README.rst
home-page = http://docs.openstack.org/developer/oslo.messaging/
home-page = https://docs.openstack.org/oslo.messaging/latest/
classifier =
Environment :: OpenStack
Intended Audience :: Developers