Skip to content

Commit

Permalink
Fix URL to Spring Data Commons reference documentation.
Browse files Browse the repository at this point in the history
This commit fixes an incorrect URL in the antora.yml file that prevents linking to the Spring Data Commons documentation.

Closes: #4563
  • Loading branch information
runbing authored and christophstrobl committed Nov 20, 2023
1 parent 53f7a7c commit 837d3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/antora/resources/antora-resources/antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asciidoc:
attribute-missing: 'warn'
commons: ${springdata.commons.docs}
include-xml-namespaces: false
spring-data-commons-docs-url: https://docs.spring.io/spring-data-commons/reference
spring-data-commons-docs-url: https://docs.spring.io/spring-data/commons/reference
spring-data-commons-javadoc-base: https://docs.spring.io/spring-data/commons/docs/${springdata.commons}/api/
springdocsurl: https://docs.spring.io/spring-framework/reference/{springversionshort}
springjavadocurl: https://docs.spring.io/spring-framework/docs/${spring}/javadoc-api
Expand Down

0 comments on commit 837d3c3

Please sign in to comment.