From 4506b7ad822318fa8f83ddcba18dc419cffb2c49 Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Fri, 18 Mar 2016 13:26:01 +0100 Subject: [PATCH] Docs: Fixed bad asciidoc link --- docs/reference/docs/update-by-query.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/docs/update-by-query.asciidoc b/docs/reference/docs/update-by-query.asciidoc index 93ad2f698e1..13b5f6fc0eb 100644 --- a/docs/reference/docs/update-by-query.asciidoc +++ b/docs/reference/docs/update-by-query.asciidoc @@ -101,7 +101,7 @@ Just as in {ref}/docs-update.html[Update API] you can set `ctx.op = "noop"` if your script decides that it doesn't have to make any changes. That will cause `_update_by_query` to omit that document from its updates. Setting `ctx.op` to anything else is an error. If you want to delete by a query you can use the -{plugins}/delete-by-query.html[Delete by Query plugin] instead. Setting any +{plugins}/plugins-delete-by-query.html[Delete by Query plugin] instead. Setting any other field in `ctx` is an error. Note that we stopped specifying `conflicts=proceed`. In this case we want a