Repository: activemq-artemis
Updated Branches:
  refs/heads/master 85f249c77 -> ccac4cd0d


ARTEMIS-1721 fix broken doc link


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/cf9640bf
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/cf9640bf
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/cf9640bf

Branch: refs/heads/master
Commit: cf9640bf3508b72b5cf04478e5b46ba7295ff37c
Parents: 85f249c
Author: Justin Bertram <jbert...@apache.org>
Authored: Fri Mar 2 10:39:37 2018 -0600
Committer: Justin Bertram <jbert...@apache.org>
Committed: Fri Mar 2 10:40:26 2018 -0600

----------------------------------------------------------------------
 docs/user-manual/en/address-model.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/cf9640bf/docs/user-manual/en/address-model.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/address-model.md 
b/docs/user-manual/en/address-model.md
index be03a19..e205dde 100644
--- a/docs/user-manual/en/address-model.md
+++ b/docs/user-manual/en/address-model.md
@@ -432,7 +432,7 @@ Open the file <broker-instance>/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 <broker-instance>/etc/broker.xml for editing.
 

Reply via email to