Skip to content

Commit 592f236

Browse files
committed
Merge pull request #32494 from qww1552
* pr/32494: Fix link to vavr in the reference guide Closes gh-32494
2 parents ef02f0b + 0b3a05b commit 592f236

File tree

1 file changed

+1
-1
lines changed
  • framework-docs/modules/ROOT/pages/data-access/transaction/declarative

1 file changed

+1
-1
lines changed

Diff for: framework-docs/modules/ROOT/pages/data-access/transaction/declarative/rolling-back.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ As of Spring Framework 5.2, the default configuration also provides support for
2323
Vavr's `Try` method to trigger transaction rollbacks when it returns a 'Failure'.
2424
This allows you to handle functional-style errors using Try and have the transaction
2525
automatically rolled back in case of a failure. For more information on Vavr's Try,
26-
refer to the [official Vavr documentation](https://www.vavr.io/vavr-docs/#_try).
26+
refer to the https://docs.vavr.io/#_try[official Vavr documentation].
2727

2828
Here's an example of how to use Vavr's Try with a transactional method:
2929
[tabs]

0 commit comments

Comments
 (0)