From 092d73bdeae5930d3927ef81772f7a2ca5477e30 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 20 Feb 2026 15:20:53 +0100 Subject: [PATCH] Add missing link to core concepts documentation. See spring-projects/spring-data-commons#3463 --- src/main/antora/modules/ROOT/pages/repositories.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/antora/modules/ROOT/pages/repositories.adoc b/src/main/antora/modules/ROOT/pages/repositories.adoc index 01b79f6c5..9d57b5cf4 100644 --- a/src/main/antora/modules/ROOT/pages/repositories.adoc +++ b/src/main/antora/modules/ROOT/pages/repositories.adoc @@ -3,6 +3,6 @@ :page-section-summary-toc: 1 This chapter explains the basic foundations of Spring Data repositories and MongoDB specifics. -Before continuing to the MongoDB specifics, make sure you have a sound understanding of the basic concepts. +Before continuing to the MongoDB specifics, make sure you have a sound understanding of the basic concepts explained in xref:repositories/core-concepts.adoc[Working with Spring Data Repositories]. The goal of the Spring Data repository abstraction is to significantly reduce the amount of boilerplate code required to implement data access layers for various persistence stores.