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].