Skip to content

Commit 36d18da

Browse files
committed
Polishing.
Replace self xrefs to <<…>> self reference syntax. See spring-projects#2912
1 parent 08df228 commit 36d18da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/antora/modules/ROOT/pages/query-by-example.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ You can use it to create an `Example`.
5757
By default, fields having `null` values are ignored, and strings are matched by using the store specific defaults.
5858

5959
NOTE: Inclusion of properties into a Query by Example criteria is based on nullability.
60-
Properties using primitive types (`int`, `double`, …) are always included unless the xref:query-by-example.adoc#query-by-example.matchers[`ExampleMatcher` ignores the property path].
60+
Properties using primitive types (`int`, `double`, …) are always included unless the <<query-by-example.matchers,`ExampleMatcher` ignores the property path>>.
6161

62-
Examples can be built by either using the `of` factory method or by using xref:query-by-example.adoc#query-by-example.matchers[`ExampleMatcher`]. `Example` is immutable.
62+
Examples can be built by either using the `of` factory method or by using <<query-by-example.matchers,`ExampleMatcher`>>. `Example` is immutable.
6363
The following listing shows a simple Example:
6464

6565
.Simple Example

0 commit comments

Comments
 (0)