Skip to content

Commit 837d3c3

Browse files
runbingchristophstrobl
authored andcommitted
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
1 parent 53f7a7c commit 837d3c3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ asciidoc:
1010
attribute-missing: 'warn'
1111
commons: ${springdata.commons.docs}
1212
include-xml-namespaces: false
13-
spring-data-commons-docs-url: https://docs.spring.io/spring-data-commons/reference
13+
spring-data-commons-docs-url: https://docs.spring.io/spring-data/commons/reference
1414
spring-data-commons-javadoc-base: https://docs.spring.io/spring-data/commons/docs/${springdata.commons}/api/
1515
springdocsurl: https://docs.spring.io/spring-framework/reference/{springversionshort}
1616
springjavadocurl: https://docs.spring.io/spring-framework/docs/${spring}/javadoc-api

0 commit comments

Comments
 (0)