Forráskód Böngészése

Docs: Fixed some deleted refs

Clinton Gormley 11 éve
szülő
commit
de0cca4cef
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      docs/reference/migration/migrate_1_0.asciidoc

+ 2 - 2
docs/reference/migration/migrate_1_0.asciidoc

@@ -350,9 +350,9 @@ in the query string.
 * The `field` query has been removed.  Use the
   <<query-dsl-query-string-query,`query_string`>> query instead.
 
-* Per-document boosting with the <<mapping-boost-field,`_boost`>> field has
+* Per-document boosting with the `_boost` field has
   been removed.  You can use the
-  <<function-score-instead-of-boost,`function_score`>> instead.
+  <<query-dsl-function-score-query,`function_score`>> instead.
 
 * The `path` parameter in mappings has been deprecated. Use the
   <<copy-to,`copy_to`>> parameter instead.