Update URLs in documents according to document migration
Change-Id: I139d4d38e49590d50e51495b6e3b84836975c6ed
This commit is contained in:
parent
cbf56b0afd
commit
60f9989920
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
||||
"""
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user