Skip to content

Commit 6993a9e

Browse files
rwinchrstoyanchev
authored andcommitted
fix antora.yml attributes
1 parent d272074 commit 6993a9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework-docs/antora.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ asciidoc:
2121
spring-framework-main-code: 'https://github.com/spring-projects/spring-framework/tree/main'
2222
docs-site: 'https://docs.spring.io'
2323
docs-spring: "{docs-site}/spring-framework/docs/{spring-version}"
24-
docs-spring-framework: '{docs_site}/spring-framework/docs/{spring-version}'
24+
docs-spring-framework: '{docs-site}/spring-framework/docs/{spring-version}'
2525
api-spring-framework: '{docs-spring-framework}/javadoc-api/org/springframework'
2626
docs-graalvm: 'https://www.graalvm.org/22.3/reference-manual'
2727
docs-spring-boot: '{docs-site}/spring-boot/docs/current/reference'
28-
docs-spring-gemfire: '{docs_site}/spring-gemfire/docs/current/reference'
29-
docs-spring-security: '{docs_site}/spring-security/reference'
28+
docs-spring-gemfire: '{docs-site}/spring-gemfire/docs/current/reference'
29+
docs-spring-security: '{docs-site}/spring-security/reference'
3030
gh-rsocket: 'https://github.com/rsocket'
3131
gh-rsocket-extensions: '{gh-rsocket}/rsocket/blob/master/Extensions'
3232
gh-rsocket-java: '{gh-rsocket}/rsocket-java{gh-rsocket}/rsocket-java'

0 commit comments

Comments
 (0)