summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlin-hua-cheng <os.lcheng@gmail.com>2015-02-04 16:15:59 -0800
committerlin-hua-cheng <os.lcheng@gmail.com>2015-02-04 16:16:06 -0800
commitd71697f9cd41c22e0821782ae2c7ad215dd0c0b0 (patch)
tree26e33c8794268e37d62166d8192e741e5a2543c6
parent642045a998c20564a449807026b4f79c48d26942 (diff)
downloadpycadf-d71697f9cd41c22e0821782ae2c7ad215dd0c0b0.tar.gz
Fix oslo.messaging link in docs
Change-Id: I508cef2cc49e3324ed44ab1f1024bc8fd01646a3
-rw-r--r--doc/source/middleware.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/middleware.rst b/doc/source/middleware.rst
index 920279a..22d7410 100644
--- a/doc/source/middleware.rst
+++ b/doc/source/middleware.rst
@@ -72,7 +72,7 @@ example using Nova's WSGI pipeline::
keystone = faultwrap sizelimit authtoken keystonecontext ratelimit audit osapi_compute_app_v2
keystone_nolimit = faultwrap sizelimit authtoken keystonecontext audit osapi_compute_app_v2
-.. _oslo.messaging: http://www.dmtf.org/standards/cadf
+.. _oslo.messaging: https://github.com/openstack/oslo.messaging
.. _old notification system: https://github.com/openstack/oslo-incubator
.. _middleware code base: https://github.com/openstack/oslo-incubator/tree/master/openstack/common/middleware