summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-12 22:54:02 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2017-07-12 22:54:02 +0800
commit60f99899204cc723d5ac7f015f764d1bee682caf (patch)
tree39a7c3274ac48c4cc13983ad1a7a7919ee81b9d6
parentcbf56b0afdd83e1393b6b3504fc34d03d58a7ad7 (diff)
downloadoslo-messaging-60f99899204cc723d5ac7f015f764d1bee682caf.tar.gz
Update URLs in documents according to document migration
Change-Id: I139d4d38e49590d50e51495b6e3b84836975c6ed
-rw-r--r--HACKING.rst2
-rw-r--r--README.rst2
-rw-r--r--oslo_messaging/_drivers/impl_rabbit.py4
-rw-r--r--oslo_messaging/_i18n.py2
-rw-r--r--setup.cfg2
5 files changed, 6 insertions, 6 deletions
diff --git a/HACKING.rst b/HACKING.rst
index f15b05d..39378cb 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -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/
diff --git a/README.rst b/README.rst
index 4949f20..6aafe77 100644
--- a/README.rst
+++ b/README.rst
@@ -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
diff --git a/oslo_messaging/_drivers/impl_rabbit.py b/oslo_messaging/_drivers/impl_rabbit.py
index 19f73d2..c001ae4 100644
--- a/oslo_messaging/_drivers/impl_rabbit.py
+++ b/oslo_messaging/_drivers/impl_rabbit.py
@@ -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:
diff --git a/oslo_messaging/_i18n.py b/oslo_messaging/_i18n.py
index cc3835c..848ca3b 100644
--- a/oslo_messaging/_i18n.py
+++ b/oslo_messaging/_i18n.py
@@ -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
"""
diff --git a/setup.cfg b/setup.cfg
index 2855ff2..51b1b7c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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