REST spec: Fixed link to delete-by-query docs

Closes #13089
This commit is contained in:
Clinton Gormley 2015-08-25 11:57:55 +02:00
parent 8ff1efbcf0
commit 3599d55637
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"delete_by_query": {
"documentation": "http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-delete-by-query.html",
"documentation": "https://www.elastic.co/guide/en/elasticsearch/plugins/master/plugins-delete-by-query.html",
"methods": ["DELETE"],
"url": {
"path": "/{index}/_query",