Skip to content

Commit af10c52

Browse files
runbingmp911de
authored andcommitted
Fixed the URL for the Spring Data Commons documentation.
I fixed an incorrect URL in the **antora.yml** file that was preventing other pages from linking to the Spring Data Commons documentation. Closes #546
1 parent ef40b5e commit af10c52

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)