From c731791999aaf612f28a8fe60f897cb0fb6562db Mon Sep 17 00:00:00 2001 From: Runbing Date: Sun, 19 Nov 2023 17:53:46 +0800 Subject: [PATCH] Fix URL to Spring Data Commons reference documentation. This commit fixes an incorrect URL in the antora.yml file that prevents linking to the Spring Data Commons documentation. Closes: #4563 --- src/main/antora/resources/antora-resources/antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antora/resources/antora-resources/antora.yml b/src/main/antora/resources/antora-resources/antora.yml index 65a3d5f43f..857dc03fbe 100644 --- a/src/main/antora/resources/antora-resources/antora.yml +++ b/src/main/antora/resources/antora-resources/antora.yml @@ -10,7 +10,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