From 84e48a0fedf6fb0d9abffe43b58d7a1836a04c44 Mon Sep 17 00:00:00 2001 From: Danny Graham Date: Fri, 19 Feb 2016 14:41:35 -0800 Subject: [PATCH] Bad formatting for plugin link (cherry picked from commit 36e3c11d003efa783d6d73a1138df38e3cf2db29) --- docs/extensions.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions.asciidoc b/docs/extensions.asciidoc index cf3abf2c8..1afc1b518 100644 --- a/docs/extensions.asciidoc +++ b/docs/extensions.asciidoc @@ -16,6 +16,6 @@ This module provides a `scrollToEnd` function which allows for processing each b elasticsearch-scrolltoend is available on https://www.npmjs.com/package/elasticsearch-scrolltoend[npm]. === elasticsearch-deletebyquery -This module provides the `deleteByQuery` method which was removed from the core API in ES 2.0.0. For those with the [Delete-by-query](https://www.elastic.co/guide/en/elasticsearch/plugins/2.0/plugins-delete-by-query.html) installed, this will bring back that feature to your Elasticsearch-js client. +This module provides the `deleteByQuery` method which was removed from the core API in ES 2.0.0. For those with the https://www.elastic.co/guide/en/elasticsearch/plugins/2.0/plugins-delete-by-query.html[Delete-by-query] installed, this will bring back that feature to your Elasticsearch-js client. elasticsearch-deletebyquery is available on https://www.npmjs.com/package/elasticsearch-deletebyquery[npm].