[docs] Fix bad link in reindex docs
This commit is contained in:
parent
675d940f01
commit
d079830f10
|
@ -277,7 +277,7 @@ POST /_reindex
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// AUTOSENSE
|
// AUTOSENSE
|
||||||
|
|
||||||
Reindex can also use the link:ingest.html[Ingest] feature by specifying a
|
Reindex can also use the <<ingest>> feature by specifying a
|
||||||
`pipeline` like this:
|
`pipeline` like this:
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
|
|
|
@ -138,7 +138,7 @@ POST /twitter/_update_by_query?scroll_size=1000
|
||||||
--------------------------------------------------
|
--------------------------------------------------
|
||||||
// AUTOSENSE
|
// AUTOSENSE
|
||||||
|
|
||||||
`_update_by_query` can also use the link:ingest.html[Ingest] feature by
|
`_update_by_query` can also use the <<ingest>> feature by
|
||||||
specifying a `pipeline` like this:
|
specifying a `pipeline` like this:
|
||||||
|
|
||||||
[source,js]
|
[source,js]
|
||||||
|
|
Loading…
Reference in New Issue