From 0dffecc18f2b2f5ab8f81b41bc12332821e69250 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 31 May 2018 10:57:53 +0200 Subject: [PATCH] #371 - Fixed link to Vavr website. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3ce1a64..d971a45c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ We have separate folders for the samples of individual modules: * `query-by-example` - Example project showing usage of Query by Example with Spring Data JPA. * `security` - Example of how to integrate Spring Data JPA Repositories with Spring Security. * `showcase` - Refactoring show case of how to improve a plain-JPA-based persistence layer by using Spring Data JPA (read: removing close to all of the implementation code). Follow the `demo.txt` file for detailed instructions. -* `vavr` - Shows the support of [Vavr](https://vavr.io) collection types as return types for query methods. +* `vavr` - Shows the support of [Vavr](https://www.vavr.io) collection types as return types for query methods. ## Spring Data MongoDB