Repository: activemq-artemis Updated Branches: refs/heads/master 0ae419e58 -> dfdb35a2b
fixing typo in 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/e616af0d Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/e616af0d Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/e616af0d Branch: refs/heads/master Commit: e616af0d7b885af21160f630fcd6c75d59073466 Parents: 0ae419e Author: Pat Fox <[email protected]> Authored: Thu May 19 23:27:43 2016 +0200 Committer: Clebert Suconic <[email protected]> Committed: Thu May 19 17:40:19 2016 -0400 ---------------------------------------------------------------------- docs/user-manual/en/using-core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/e616af0d/docs/user-manual/en/using-core.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/using-core.md b/docs/user-manual/en/using-core.md index 255c228..c7e194f 100644 --- a/docs/user-manual/en/using-core.md +++ b/docs/user-manual/en/using-core.md @@ -139,7 +139,7 @@ messages sent is costly since it requires a network round trip for each message sent. By not blocking and receiving send acknowledgements asynchronously you can create true end to end asynchronous systems which is not possible using the standard JMS API. For more information on this -advanced feature please see the section [Guarantees of sends and commits]{send-guarantees.md). +advanced feature please see the section [Guarantees of sends and commits](send-guarantees.md). ### ClientConsumer
