Fix missing attribute in reference documentation

This commit adds the missing `spring-framework-main-code` asciidoctor
attribute in the reference documentation.

Fixes gh-27041
This commit is contained in:
Brian Clozel 2021-06-09 09:21:28 +02:00
parent 000b6a7e95
commit c7c35aff42
2 changed files with 2 additions and 6 deletions

View File

@ -143,7 +143,8 @@ asciidoctorj {
'highlightjs-theme': 'googlecode',
stylesdir: 'css/',
stylesheet: 'stylesheet.css',
'spring-version': project.version
'spring-version': project.version,
'spring-framework-main-code': 'https://github.com/spring-projects/spring-framework/tree/main'
])
}

View File

@ -1,9 +1,4 @@
= Spring Framework Documentation
:doc-root: https://docs.spring.io
:github-repo: spring-projects/spring-framework
:api-spring-framework: {doc-root}/spring-framework/docs/{spring-version}/javadoc-api/org/springframework
:spring-framework-main-code: https://github.com/{github-repo}/tree/main
****
_What's New_, _Upgrade Notes_, _Supported Versions_, and other topics,