Skip to content

Commit 0b3a05b

Browse files
qww1552snicoll
authored andcommitted
Fix link to vavr in the reference guide
See gh-32494
1 parent ef02f0b commit 0b3a05b

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

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)