From d079830f10ca161dbf0280c845df33de5425be72 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Fri, 4 Mar 2016 14:34:30 -0500 Subject: [PATCH] [docs] Fix bad link in reindex docs --- docs/reference/docs/reindex.asciidoc | 2 +- docs/reference/docs/update-by-query.asciidoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/docs/reindex.asciidoc b/docs/reference/docs/reindex.asciidoc index c8d59cb2477..1b5483d5ee1 100644 --- a/docs/reference/docs/reindex.asciidoc +++ b/docs/reference/docs/reindex.asciidoc @@ -277,7 +277,7 @@ POST /_reindex -------------------------------------------------- // AUTOSENSE -Reindex can also use the link:ingest.html[Ingest] feature by specifying a +Reindex can also use the <> feature by specifying a `pipeline` like this: [source,js] diff --git a/docs/reference/docs/update-by-query.asciidoc b/docs/reference/docs/update-by-query.asciidoc index 9aac11b2c86..c3f57deeaae 100644 --- a/docs/reference/docs/update-by-query.asciidoc +++ b/docs/reference/docs/update-by-query.asciidoc @@ -138,7 +138,7 @@ POST /twitter/_update_by_query?scroll_size=1000 -------------------------------------------------- // AUTOSENSE -`_update_by_query` can also use the link:ingest.html[Ingest] feature by +`_update_by_query` can also use the <> feature by specifying a `pipeline` like this: [source,js]