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.
This commit is contained in:
Nicolas Mervaillie
2017-10-03 11:48:09 +02:00
committed by Oliver Gierke
parent 2f1df886e2
commit ec0c339e36

View File

@@ -49,7 +49,7 @@ public class Person {
----
====
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.
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.
.Simple Example
====
@@ -82,8 +82,6 @@ public interface QueryByExampleExecutor<T> {
----
====
You can read more about <<query-by-example.execution, Query by Example Execution>> below.
[[query-by-example.matchers]]
== Example matchers