Skip to content

Commit 709658c

Browse files
authored
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.
1 parent 29b7e04 commit 709658c

File tree

1 file changed

+2
-2
lines changed
  • src/main/antora/resources/antora-resources

1 file changed

+2
-2
lines changed

src/main/antora/resources/antora-resources/antora.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ asciidoc:
1212
attribute-missing: 'warn'
1313
commons: ${springdata.commons.docs}
1414
include-xml-namespaces: false
15-
spring-data-commons-docs-url: https://docs.spring.io/spring-data-commons/reference
15+
spring-data-commons-docs-url: https://docs.spring.io/spring-data/commons/reference
1616
spring-data-commons-javadoc-base: https://docs.spring.io/spring-data/commons/docs/${springdata.commons}/api/
1717
springdocsurl: https://docs.spring.io/spring-framework/reference/{springversionshort}
1818
springjavadocurl: https://docs.spring.io/spring-framework/docs/${spring}/javadoc-api
@@ -27,4 +27,4 @@ asciidoc:
2727
spring-boot-version: 3.2.0
2828
docs-neo4j-4-version: 4.4.25
2929
docs-neo4j-3-version: 3.5.33
30-
java-driver-starter-href: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter
30+
java-driver-starter-href: https://github.com/neo4j/neo4j-java-driver-spring-boot-starter

0 commit comments

Comments
 (0)