From f4540aaeb1268d2334fdbb64cc416380526368fc Mon Sep 17 00:00:00 2001 From: Runbing Date: Mon, 20 Nov 2023 15:27:20 +0800 Subject: [PATCH] Fixed Spring Data Commons documentation URL. 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 | 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 5e10c650..abf4e804 100644 --- a/src/main/antora/resources/antora-resources/antora.yml +++ b/src/main/antora/resources/antora-resources/antora.yml @@ -9,7 +9,7 @@ asciidoc: attribute-missing: 'warn' include-xml-namespaces: false self-docs-root: https://docs.spring.io/spring-vault/reference/ - 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/current/api/ spring-framework-docs: https://docs.spring.io/spring-framework/reference/{springversionshort} springjavadocurl: https://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api