From 709658c9583d1e56e0e44fa68e33e47e717a92b3 Mon Sep 17 00:00:00 2001 From: Runbing Date: Mon, 20 Nov 2023 16:22:08 +0800 Subject: [PATCH] Fixed the URL for the Spring Data Commons documentation (#2827) I fixed an incorrect URL in the **antora.yml** file that was preventing other pages from linking to the Spring Data Commons documentation. --- src/main/antora/resources/antora-resources/antora.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/antora/resources/antora-resources/antora.yml b/src/main/antora/resources/antora-resources/antora.yml index e9bfeec58..c433b0d5f 100644 --- a/src/main/antora/resources/antora-resources/antora.yml +++ b/src/main/antora/resources/antora-resources/antora.yml @@ -12,7 +12,7 @@ asciidoc: attribute-missing: 'warn' commons: ${springdata.commons.docs} include-xml-namespaces: false - spring-data-commons-docs-url: https://docs.spring.io/spring-data-commons/reference + spring-data-commons-docs-url: https://docs.spring.io/spring-data/commons/reference spring-data-commons-javadoc-base: https://docs.spring.io/spring-data/commons/docs/${springdata.commons}/api/ springdocsurl: https://docs.spring.io/spring-framework/reference/{springversionshort} springjavadocurl: https://docs.spring.io/spring-framework/docs/${spring}/javadoc-api @@ -27,4 +27,4 @@ asciidoc: spring-boot-version: 3.2.0 docs-neo4j-4-version: 4.4.25 docs-neo4j-3-version: 3.5.33 - java-driver-starter-href: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter \ No newline at end of file + java-driver-starter-href: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter