fixing typo in doc link

This commit is contained in:
Pat Fox 2016-05-19 23:27:43 +02:00 committed by Clebert Suconic
parent 0ae419e581
commit e616af0d7b
1 changed files with 1 additions and 1 deletions

View File

@ -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