From 5edcab1d39d32e44993d53088671ec88b89547ed Mon Sep 17 00:00:00 2001 From: Clinton Gormley Date: Mon, 5 May 2014 12:02:09 +0200 Subject: [PATCH] Fixed a link to the deprecated indices-status method --- docs/api_methods.asciidoc | 2 +- docs/api_methods_1_0.asciidoc | 2 +- docs/api_methods_1_x.asciidoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/api_methods.asciidoc b/docs/api_methods.asciidoc index a672cbb8f..d4529ffed 100644 --- a/docs/api_methods.asciidoc +++ b/docs/api_methods.asciidoc @@ -3665,7 +3665,7 @@ client.indices.status([params, [callback]]) Get a comprehensive status information of one or more indices. -The default method is `GET` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-status.html[the elasticsearch docs] for more about this method. +The default method is `GET` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-status.html[the elasticsearch docs] for more about this method. // no examples diff --git a/docs/api_methods_1_0.asciidoc b/docs/api_methods_1_0.asciidoc index a209aed5a..2ae048911 100644 --- a/docs/api_methods_1_0.asciidoc +++ b/docs/api_methods_1_0.asciidoc @@ -3558,7 +3558,7 @@ client.indices.status([params, [callback]]) Get a comprehensive status information of one or more indices. -The default method is `GET` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-status.html[the elasticsearch docs] for more about this method. +The default method is `GET` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-status.html[the elasticsearch docs] for more about this method. // no examples diff --git a/docs/api_methods_1_x.asciidoc b/docs/api_methods_1_x.asciidoc index a64ee5730..870549554 100644 --- a/docs/api_methods_1_x.asciidoc +++ b/docs/api_methods_1_x.asciidoc @@ -3733,7 +3733,7 @@ client.indices.status([params, [callback]]) Get a comprehensive status information of one or more indices. -The default method is `GET` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-status.html[the elasticsearch docs] for more about this method. +The default method is `GET` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-status.html[the elasticsearch docs] for more about this method. // no examples