Skip to content

Commit 988888d

Browse files
committed
Polishing.
1 parent c12d79a commit 988888d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/antora/modules/ROOT/pages/repositories/create-instances.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This section covers how to create instances and bean definitions for the defined
77
== Java Configuration
88

99
Use the store-specific `@Enable{store}Repositories` annotation on a Java configuration class to define a configuration for repository activation.
10-
For an introduction to Java-based configuration of the Spring container, see {spring-framework-docs}/core.html#beans-java[JavaConfig in the Spring reference documentation].
10+
For an introduction to Java-based configuration of the Spring container, see {spring-framework-docs}/core/beans/java.html[JavaConfig in the Spring reference documentation].
1111

1212
A sample configuration to enable Spring Data repositories resembles the following:
1313

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ asciidoc:
88
springversionshort: 6.1
99
springversion: ${spring}
1010
spring-data-commons-javadoc-base: https://docs.spring.io/spring-data/data-commons/docs/current/api/
11-
springdocsurl: https://docs.spring.io/spring-framework/reference/{springversionshort}/core/beans/java.html
11+
springdocsurl: https://docs.spring.io/spring-framework/reference/{springversionshort}
1212
spring-framework-docs: '{springdocsurl}'
1313
springjavadocurl: https://docs.spring.io/spring-framework/docs/{springversion}/javadoc-api
1414
spring-framework-javadoc: '{springjavadocurl}'

0 commit comments

Comments
 (0)