Skip to content

Commit d0e2925

Browse files
committed
Fix link to Spring Data JPA docs
Fixes gh-26736
1 parent 1532495 commit d0e2925

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
:spring-data-geode: https://spring.io/projects/spring-data-geode
6969
:spring-data-jpa: https://spring.io/projects/spring-data-jpa
7070
:spring-data-jpa-api: https://docs.spring.io/spring-data/jpa/docs/{spring-data-jpa-version}/api/org/springframework/data/jpa
71+
:spring-data-jpa-docs: https://docs.spring.io/spring-data/jpa/docs/{spring-data-jpa-version}/reference/html
7172
:spring-data-jdbc-docs: https://docs.spring.io/spring-data/jdbc/docs/{spring-data-jdbc-version}/reference/html/
7273
:spring-data-ldap: https://spring.io/projects/spring-data-ldap
7374
:spring-data-mongodb: https://spring.io/projects/spring-data-mongodb

spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3919,7 +3919,7 @@ For JPA components (such as converters) that are created as Spring beans, use `O
39193919

39203920

39213921
TIP: We have barely scratched the surface of Spring Data JPA.
3922-
For complete details, see the {spring-data-jdbc-docs}[Spring Data JPA reference documentation].
3922+
For complete details, see the {spring-data-jpa-docs}[Spring Data JPA reference documentation].
39233923

39243924

39253925

0 commit comments

Comments
 (0)