DATAMONGO-1245 - Final tweaks to Query by Example documentation.

Tweaked section anchor to match conventions. Use level offsets to accommodate changes in Spring Data Commons.
This commit is contained in:
Oliver Gierke
2016-03-18 09:29:46 +01:00
parent 9d0c8ecdc3
commit 43b496287c
2 changed files with 4 additions and 4 deletions

View File

@@ -1330,8 +1330,8 @@ TextQuery.searching(new TextCriteria().matching("\"coffee cake\""));
TextQuery.searching(new TextCriteria().phrase("coffee cake"));
----
include::../{spring-data-commons-docs}/query-by-example.adoc[]
include::query-by-example.adoc[]
include::../{spring-data-commons-docs}/query-by-example.adoc[leveloffset=+1]
include::query-by-example.adoc[leveloffset=+1]
[[mongo.mapreduce]]

View File

@@ -1,5 +1,5 @@
[[query.by.example.execution]]
=== Executing Example
[[query-by-example.execution]]
== Executing an example
.Query by Example using a Repository
====