From cf9640bf3508b72b5cf04478e5b46ba7295ff37c Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Fri, 2 Mar 2018 10:39:37 -0600 Subject: [PATCH] ARTEMIS-1721 fix broken doc link --- docs/user-manual/en/address-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/en/address-model.md b/docs/user-manual/en/address-model.md index be03a19746..e205ddefe4 100644 --- a/docs/user-manual/en/address-model.md +++ b/docs/user-manual/en/address-model.md @@ -432,7 +432,7 @@ Open the file /etc/broker.xml for editing. If a user requires to pre-create a queue that routes exclusively to one active consumer the **exclusive** flag can be enabled on the queue. When **exclusive** is set to **true**. The queue will route messages to the a single active consumer. When the active consumer that is being routed to is detached from the queue, if another active consumer exist, one will be chosen and routing will now be exclusive to it. -See [Exclusive Queue](exclusive.md) for further information. +See [Exclusive Queue](exclusive-queues.md) for further information. Open the file /etc/broker.xml for editing.