From 66e90d3b25578a8d26d6f69f198f07ac25105d9f Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Thu, 23 Mar 2017 09:46:03 -0700 Subject: [PATCH] Fix the link of 'Message Queuing API v2' When jumping to the reference of 'Message Queuing API v2' from https://docs.openstack.org/developer/zaqar/headers_queue_api_working.html#working-with-the-message-queuing-api we could not open the page because the link was wrong. This patch fixes it. Change-Id: I70a2298e556e2c969d3206ffa442025ca1d65c30 --- doc/source/headers_queue_api_working.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/headers_queue_api_working.rst b/doc/source/headers_queue_api_working.rst index 15e025b5e..e1b4baa4d 100644 --- a/doc/source/headers_queue_api_working.rst +++ b/doc/source/headers_queue_api_working.rst @@ -53,7 +53,7 @@ cURL, followed by the response. For a complete list of operations available for Message Queuing, see :doc:`getting_started` Each operation is fully described in the `Message Queuing API v2 -Reference `_. +Reference `_. Create Queue ------------