Fix invalid link in transaction resources

See gh-30570
This commit is contained in:
K 2023-05-31 18:23:27 +09:00 committed by Stephane Nicoll
parent 938dff7bbe
commit d719f3fc06
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
For more information about the Spring Framework's transaction support, see:
* https://www.infoworld.com/article/2077963/distributed-transactions-in-spring--with-and-without-xa.html[Distributed
* link:++https://www.infoworld.com/article/2077963/distributed-transactions-in-spring--with-and-without-xa.html++[Distributed
transactions in Spring, with and without XA] is a JavaWorld presentation in which
Spring's David Syer guides you through seven patterns for distributed
transactions in Spring applications, three of them with XA and four without.