summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Ferenczi <jim.ferenczi@elastic.co>2017-06-16 11:53:16 +0200
committerJim Ferenczi <jim.ferenczi@elastic.co>2017-06-16 11:53:16 +0200
commit664193185ec085eb58187c18bb0a369cde166b76 (patch)
tree7f74ea6ead02157b1088b535fef0cb9b4f54afbc
parent8c869e2a0b20eee08f3793a5e0f8a0f053ea8bac (diff)
[Docs] Fix cross reference for parent-join field
-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.