Skip to content

Commit 789ff8d

Browse files
committed
Fix link to Spring Framework Antora docs.
See #2886
1 parent 5607ec0 commit 789ff8d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ asciidoc:
55
attribute-missing: 'warn'
66
chomp: 'all'
77
version: ${project.version}
8-
springversion: 6.1
8+
springversionshort: 6.1
9+
springversion: '{spring}'
910
spring-data-commons-javadoc-base: https://docs.spring.io/spring-data/data-commons/docs/current/api/
10-
springdocsurl: https://docs.spring.io/spring-framework/docs/{springversion}/reference/html
11+
springdocsurl: https://docs.spring.io/spring-framework/reference/{springversionshort}/core/beans/java.html
1112
spring-framework-docs: '{springdocsurl}'
1213
springjavadocurl: https://docs.spring.io/spring-framework/docs/{springversion}/javadoc-api
1314
spring-framework-javadoc: '{springjavadocurl}'

0 commit comments

Comments
 (0)