Fixes broken link to 'Accessing JPA Data with REST' guide.

Original pull request #2550
This commit is contained in:
Conor McGale
2022-05-26 03:35:23 +01:00
committed by Jens Schauder
parent 4aeac55211
commit f8d85b6f14

View File

@@ -179,7 +179,7 @@ The generated documentation is available from `target/site/reference/html/index.
The https://spring.io/[spring.io] site contains several guides that show how to use Spring Data step-by-step:
* https://spring.io/guides/gs/accessing-data-jpa/[Accessing Data with JPA]: Learn how to work with JPA data persistence using Spring Data JPA.
* https://spring.io/guides/gs/accessing-jpa-data-rest/[Accessing JPA Data with REST] is a guide to creating a REST web service exposing data stored with JPA through repositories.
* https://spring.io/guides/gs/accessing-data-rest/[Accessing JPA Data with REST] is a guide to creating a REST web service exposing data stored with JPA through repositories.
== Examples