Fixed the URL for the Spring Data Commons documentation (#2827)
I fixed an incorrect URL in the **antora.yml** file that was preventing other pages from linking to the Spring Data Commons documentation.
This commit is contained in:
@@ -12,7 +12,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
|
||||
@@ -27,4 +27,4 @@ asciidoc:
|
||||
spring-boot-version: 3.2.0
|
||||
docs-neo4j-4-version: 4.4.25
|
||||
docs-neo4j-3-version: 3.5.33
|
||||
java-driver-starter-href: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter
|
||||
java-driver-starter-href: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter
|
||||
|
||||
Reference in New Issue
Block a user