Skip to content

Commit

Permalink
Fix link to vavr in the reference guide
Browse files Browse the repository at this point in the history
Closes gh-32495
  • Loading branch information
Minsung Oh authored and snicoll committed Mar 20, 2024
1 parent da799bc commit afde96c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ As of Spring Framework 5.2, the default configuration also provides support for
Vavr's `Try` method to trigger transaction rollbacks when it returns a 'Failure'.
This allows you to handle functional-style errors using Try and have the transaction
automatically rolled back in case of a failure. For more information on Vavr's Try,
refer to the [official Vavr documentation](https://www.vavr.io/vavr-docs/#_try).
refer to the https://docs.vavr.io/#_try[official Vavr documentation].

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

0 comments on commit afde96c

Please sign in to comment.