From 332f6ffe59b2313df38ee2a597869ec1db6584f9 Mon Sep 17 00:00:00 2001 From: Spencer Date: Fri, 20 May 2016 12:22:56 -0700 Subject: [PATCH] [rest api spec] fix url for reindex api docs --- .../main/resources/rest-api-spec/api/reindex.rethrottle.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest-api-spec/src/main/resources/rest-api-spec/api/reindex.rethrottle.json b/rest-api-spec/src/main/resources/rest-api-spec/api/reindex.rethrottle.json index 921249ab4cd..10d6321212d 100644 --- a/rest-api-spec/src/main/resources/rest-api-spec/api/reindex.rethrottle.json +++ b/rest-api-spec/src/main/resources/rest-api-spec/api/reindex.rethrottle.json @@ -1,6 +1,6 @@ { "reindex.rethrottle": { - "documentation": "https://www.elastic.co/guide/en/elasticsearch/plugins/master/plugins-reindex.html", + "documentation": "https://www.elastic.co/guide/en/elasticsearch/reference/master/docs-reindex.html", "methods": ["POST"], "url": { "path": "/_reindex/{task_id}/_rethrottle",