Skip to content

Commit bd1dc05

Browse files
ConorJEMschauder
authored andcommitted
Fixes broken link to 'Accessing JPA Data with REST' guide.
Original pull request #2550
1 parent bb91dea commit bd1dc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The generated documentation is available from `target/site/reference/html/index.
179179
The https://spring.io/[spring.io] site contains several guides that show how to use Spring Data step-by-step:
180180

181181
* https://spring.io/guides/gs/accessing-data-jpa/[Accessing Data with JPA]: Learn how to work with JPA data persistence using Spring Data JPA.
182-
* 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.
182+
* 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.
183183

184184
== Examples
185185

0 commit comments

Comments
 (0)