Browse Source

Docs: Fixed a bad ID in the put mapping page

Clinton Gormley 10 years ago
parent
commit
80bcf1f15d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/indices/put-mapping.asciidoc

+ 1 - 1
docs/reference/indices/put-mapping.asciidoc

@@ -70,7 +70,7 @@ In general, the mapping for existing fields cannot be updated.  There are some
 exceptions to this rule. For instance:
 
 * new <<properties>> can be added to <<object>> fields.
-* new <<fields,multi-fields>> can be added to existing fields.
+* new <<multi-fields,multi-fields>> can be added to existing fields.
 * <<doc-values>> can be disabled, but not enabled.
 * the <<ignore-above>> parameter can be updated.