Skip to content

Commit f4540aa

Browse files
authored
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.
1 parent e8b4e42 commit f4540aa

File tree

1 file changed

+1
-1
lines changed
  • src/main/antora/resources/antora-resources

1 file changed

+1
-1
lines changed

src/main/antora/resources/antora-resources/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ asciidoc:
99
attribute-missing: 'warn'
1010
include-xml-namespaces: false
1111
self-docs-root: https://docs.spring.io/spring-vault/reference/
12-
spring-data-commons-docs-url: https://docs.spring.io/spring-data-commons/reference
12+
spring-data-commons-docs-url: https://docs.spring.io/spring-data/commons/reference
1313
spring-data-commons-javadoc-base: https://docs.spring.io/spring-data/commons/docs/current/api/
1414
spring-framework-docs: https://docs.spring.io/spring-framework/reference/{springversionshort}
1515
springjavadocurl: https://docs.spring.io/spring-framework/docs/${spring.version}/javadoc-api

0 commit comments

Comments
 (0)