Hello. I found that Distributed transactions in Spring, with and without XA url in Spring Framework - Data Access - Transaction Management - Further Resources is not linked to the valid url. https://docs.spring.io/spring-framework/reference/data-access/transaction/resources.html

https://www.infoworld.com/article/2077963/distributed-transactions-in-spring--with-and-without-xa.html

This url contains double dash (--). In that case, asciidoctor use some specific methods described in followed links.

https://docs.asciidoctor.org/asciidoc/latest/macros/complex-urls/ https://github.com/asciidoctor/asciidoctor/issues/3965

I fix this problem using link prefix and double plus line macro(++) because it preserve the original url.

There are another solutions to solve this problem. If you don't like this way, please edit this document page.

Comment From: pivotal-cla

@kihyuk-sung Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

Comment From: pivotal-cla

@kihyuk-sung Thank you for signing the Contributor License Agreement!

Comment From: snicoll

Good catch, thanks @kihyuk-sung!