From f8d85b6f14439c0fb7b46f6b495cb0011108c9e7 Mon Sep 17 00:00:00 2001 From: Conor McGale <75184002+ConorJEM@users.noreply.github.com> Date: Thu, 26 May 2022 03:35:23 +0100 Subject: [PATCH] Fixes broken link to 'Accessing JPA Data with REST' guide. Original pull request #2550 --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index ec7736e3b..30b92719c 100644 --- a/README.adoc +++ b/README.adoc @@ -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