Skip to content

Commit 36b04a0

Browse files
committed
Fix links in repositories.adoc
1 parent 26260d7 commit 36b04a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/repositories.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This chapter explains the core concepts and interfaces of Spring Data repositori
1818
The information in this chapter is pulled from the Spring Data Commons module.
1919
It uses the configuration and code samples for the Jakarta Persistence API (JPA) module.
2020
ifeval::[{include-xml-namespaces} != false]
21-
If you want to use XML configuration you should adapt the XML namespace declaration and the types to be extended to the equivalents of the particular module that you use. "`xref:repository-namespace-reference.adoc#repositories.namespace-reference[null]`" covers XML configuration, which is supported across all Spring Data modules that support the repository API.
21+
If you want to use XML configuration you should adapt the XML namespace declaration and the types to be extended to the equivalents of the particular module that you use. "`xref:repository-namespace-reference.adoc#repositories.namespace-reference[Namespace reference]`" covers XML configuration, which is supported across all Spring Data modules that support the repository API.
2222
endif::[]
23-
"`<<repository-query-keywords>>`" covers the query method keywords supported by the repository abstraction in general.
23+
"`xref:repository-query-keywords-reference.adoc[Repository query keywords]`" covers the query method keywords supported by the repository abstraction in general.
2424
For detailed information on the specific features of your module, see the chapter on that module of this document.
2525
====
2626

0 commit comments

Comments
 (0)