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:
@@ -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'
|
||||
])
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user