Skip to content

Commit bfaafca

Browse files
nmervaillieodrotbohm
authored andcommitted
DATACMNS-1187 - Fixed broken links in reference documentation.
Fix link to ExampleMatcher. Removed reference to non-existing section Query by Example Execution. Original pull request: #252.
1 parent 0386ec0 commit bfaafca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/asciidoc/query-by-example.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class Person {
4949
----
5050
====
5151

52-
This is a simple domain object. You can use it to create an `Example`. By default, fields having `null` values are ignored, and strings are matched using the store specific defaults. Examples can be built by either using the `of` factory method or by using <<query-by-example.matcher,`ExampleMatcher`>>. `Example` is immutable.
52+
This is a simple domain object. You can use it to create an `Example`. By default, fields having `null` values are ignored, and strings are matched using the store specific defaults. Examples can be built by either using the `of` factory method or by using <<query-by-example.matchers,`ExampleMatcher`>>. `Example` is immutable.
5353

5454
.Simple Example
5555
====
@@ -82,8 +82,6 @@ public interface QueryByExampleExecutor<T> {
8282
----
8383
====
8484

85-
You can read more about <<query-by-example.execution, Query by Example Execution>> below.
86-
8785
[[query-by-example.matchers]]
8886
== Example matchers
8987

0 commit comments

Comments
 (0)