diff --git a/docs/reference/mapping/removal_of_types.asciidoc b/docs/reference/mapping/removal_of_types.asciidoc index d51fba66dd1..e47d130aa3a 100644 --- a/docs/reference/mapping/removal_of_types.asciidoc +++ b/docs/reference/mapping/removal_of_types.asciidoc @@ -41,7 +41,7 @@ field, so documents of different types with the same `_id` could exist in a single index. Mapping types were also used to establish a -/guide/en/elasticsearch/reference/5.4/mapping-parent-field.html[parent-child relationship] +<> between documents, so documents of type `question` could be parents to documents of type `answer`.