From 03360216420174ec68b0417d44a1b708a8825ce2 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Tue, 30 May 2023 15:18:50 +0200 Subject: [PATCH] Move Projections documentation to the top level. Closes #1515 --- src/main/asciidoc/jdbc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/jdbc.adoc b/src/main/asciidoc/jdbc.adoc index ca812a8d4..a88bff8e5 100644 --- a/src/main/asciidoc/jdbc.adoc +++ b/src/main/asciidoc/jdbc.adoc @@ -733,7 +733,7 @@ Therefore also fields with auditing annotations do not get updated if they don't include::{spring-data-commons-docs}/query-by-example.adoc[leveloffset=+1] include::query-by-example.adoc[leveloffset=+1] -include::{spring-data-commons-docs}/repository-projections.adoc[leveloffset=+2] +include::{spring-data-commons-docs}/repository-projections.adoc[leveloffset=+1] [[jdbc.mybatis]] == MyBatis Integration