summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/reference/mapping/types/parent-join.asciidoc2
-rw-r--r--docs/reference/search/request/inner-hits.asciidoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/mapping/types/parent-join.asciidoc b/docs/reference/mapping/types/parent-join.asciidoc
index 68e9b84158..d853e1725c 100644
--- a/docs/reference/mapping/types/parent-join.asciidoc
+++ b/docs/reference/mapping/types/parent-join.asciidoc
@@ -1,4 +1,4 @@
-[[mapping-parent-join-field]]
+[[parent-join]]
=== `join` datatype
The `join` datatype is a special field that creates
diff --git a/docs/reference/search/request/inner-hits.asciidoc b/docs/reference/search/request/inner-hits.asciidoc
index 83f78131c2..72d13d2d11 100644
--- a/docs/reference/search/request/inner-hits.asciidoc
+++ b/docs/reference/search/request/inner-hits.asciidoc
@@ -1,7 +1,7 @@
[[search-request-inner-hits]]
=== Inner hits
-The <<mapping-parent-join-field, parent-join> and <<nested, nested>> features allow the return of documents that
+The <<parent-join, parent-join> and <<nested, nested>> features allow the return of documents that
have matches in a different scope. In the parent/child case, parent documents are returned based on matches in child
documents or child documents are returned based on matches in parent documents. In the nested case, documents are returned
based on matches in nested inner objects.