Skip to content

Commit 9828b2e

Browse files
runbingschauder
authored andcommitted
Fixed URL to Spring Data Commons documentation.
Fixes an incorrect URL in the `antora.yml` file that was preventing other pages from linking to the Spring Data Commons documentation. Original pull request #1674
1 parent 3cca7f8 commit 9828b2e

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
spring-data-jdbc-javadoc: https://docs.spring.io/spring-data/jdbc/docs/${version}/api/
1616
spring-data-r2dbc-javadoc: https://docs.spring.io/spring-data/r2dbc/docs/${version}/api/

0 commit comments

Comments
 (0)