From d0e2925dcca6db2e803d8e59c060e189540d3e1f Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Wed, 2 Jun 2021 12:18:57 -0700 Subject: [PATCH] Fix link to Spring Data JPA docs Fixes gh-26736 --- .../spring-boot-docs/src/docs/asciidoc/attributes.adoc | 1 + .../src/docs/asciidoc/spring-boot-features.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc index 00b4f5435542..8f8d598e0570 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/attributes.adoc @@ -68,6 +68,7 @@ :spring-data-geode: https://spring.io/projects/spring-data-geode :spring-data-jpa: https://spring.io/projects/spring-data-jpa :spring-data-jpa-api: https://docs.spring.io/spring-data/jpa/docs/{spring-data-jpa-version}/api/org/springframework/data/jpa +:spring-data-jpa-docs: https://docs.spring.io/spring-data/jpa/docs/{spring-data-jpa-version}/reference/html :spring-data-jdbc-docs: https://docs.spring.io/spring-data/jdbc/docs/{spring-data-jdbc-version}/reference/html/ :spring-data-ldap: https://spring.io/projects/spring-data-ldap :spring-data-mongodb: https://spring.io/projects/spring-data-mongodb diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc index 2360e2cef39d..288a80fa007d 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/spring-boot-features.adoc @@ -3919,7 +3919,7 @@ For JPA components (such as converters) that are created as Spring beans, use `O TIP: We have barely scratched the surface of Spring Data JPA. -For complete details, see the {spring-data-jdbc-docs}[Spring Data JPA reference documentation]. +For complete details, see the {spring-data-jpa-docs}[Spring Data JPA reference documentation].