Skip to content

Commit c523535

Browse files
committed
remove remaining reference to multi_fields
1 parent 6695449 commit c523535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/client-concepts/high-level/inference/property-inference.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
=== Appending suffixes to a Lambda expression body
1111

1212
Suffixes can be appended to the body of a lambda expression, useful in cases where
13-
you have a POCO property mapped as a {ref_current}/_multi_fields.html[multi_field]
13+
you have a POCO property mapped as a {ref_current}/mapping-types.html#_multi_fields[multi_field]
1414
and want to use strongly typed access based on the property, yet append a suffix to the
1515
generated field name in order to access a particular `multi_field`.
1616

src/Tests/ClientConcepts/HighLevel/Inference/PropertyInference.doc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public PropertyNames(IndexingCluster cluster) : base(cluster) { }
2020

2121
/**=== Appending suffixes to a Lambda expression body
2222
* Suffixes can be appended to the body of a lambda expression, useful in cases where
23-
* you have a POCO property mapped as a {ref_current}/_multi_fields.html[multi_field]
23+
* you have a POCO property mapped as a {ref_current}/mapping-types.html#_multi_fields[multi_field]
2424
* and want to use strongly typed access based on the property, yet append a suffix to the
2525
* generated field name in order to access a particular `multi_field`.
2626
*

0 commit comments

Comments
 (0)