Skip to content

Commit c731791

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 d549226 commit c731791

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)