Polish "Fix invalid link in transaction resources"

See gh-30570
This commit is contained in:
Stephane Nicoll
2023-05-31 12:26:32 +02:00
parent d719f3fc06
commit 08240bbcac

View File

@@ -4,10 +4,10 @@
For more information about the Spring Framework's transaction support, see: For more information about the Spring Framework's transaction support, see:
* link:++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++[
transactions in Spring, with and without XA] is a JavaWorld presentation in which Distributed transactions in Spring, with and without XA] is a JavaWorld presentation in
Spring's David Syer guides you through seven patterns for distributed which Spring's David Syer guides you through seven patterns for distributed transactions
transactions in Spring applications, three of them with XA and four without. in Spring applications, three of them with XA and four without.
* https://www.infoq.com/minibooks/JTDS[_Java Transaction Design Strategies_] is a book * https://www.infoq.com/minibooks/JTDS[_Java Transaction Design Strategies_] is a book
available from https://www.infoq.com/[InfoQ] that provides a well-paced introduction available from https://www.infoq.com/[InfoQ] that provides a well-paced introduction
to transactions in Java. It also includes side-by-side examples of how to configure to transactions in Java. It also includes side-by-side examples of how to configure