diff --git a/docs/api_methods.asciidoc b/docs/api_methods.asciidoc index ebb4ef94b..8a80a7562 100644 --- a/docs/api_methods.asciidoc +++ b/docs/api_methods.asciidoc @@ -3439,7 +3439,7 @@ client.indices.snapshotIndex([params, [callback]]) Initiate a snapshot through the gateway of one or more indices. -The default method is `POST` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-gateway-snapshot.html[the elasticsearch docs] for more about this method. +The default method is `POST` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-gateway-snapshot/.html[the elasticsearch docs] for more about this method. // no examples diff --git a/docs/api_methods_0_90.asciidoc b/docs/api_methods_0_90.asciidoc index 1b8e5f354..8ec03f874 100644 --- a/docs/api_methods_0_90.asciidoc +++ b/docs/api_methods_0_90.asciidoc @@ -2759,7 +2759,7 @@ client.indices.snapshotIndex([params, [callback]]) Initiate a snapshot through the gateway of one or more indices. -The default method is `POST` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-gateway-snapshot.html[the elasticsearch docs] for more about this method. +The default method is `POST` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-gateway-snapshot/.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 b79de2d09..16723ec21 100644 --- a/docs/api_methods_1_x.asciidoc +++ b/docs/api_methods_1_x.asciidoc @@ -3492,7 +3492,7 @@ client.indices.snapshotIndex([params, [callback]]) Initiate a snapshot through the gateway of one or more indices. -The default method is `POST` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-gateway-snapshot.html[the elasticsearch docs] for more about this method. +The default method is `POST` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-gateway-snapshot/.html[the elasticsearch docs] for more about this method. // no examples diff --git a/docs/api_methods_master.asciidoc b/docs/api_methods_master.asciidoc index f87b8673b..aa5254552 100644 --- a/docs/api_methods_master.asciidoc +++ b/docs/api_methods_master.asciidoc @@ -3492,7 +3492,7 @@ client.indices.snapshotIndex([params, [callback]]) Initiate a snapshot through the gateway of one or more indices. -The default method is `POST` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-gateway-snapshot.html[the elasticsearch docs] for more about this method. +The default method is `POST` and the usual <> apply. See http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-gateway-snapshot/.html[the elasticsearch docs] for more about this method. // no examples diff --git a/src/lib/apis/1_0.js b/src/lib/apis/1_0.js index b3d53eb67..49d9ad9f7 100644 --- a/src/lib/apis/1_0.js +++ b/src/lib/apis/1_0.js @@ -3258,7 +3258,7 @@ api.indices.prototype.segments = ca({ }); /** - * Perform a [indices.snapshotIndex](http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-gateway-snapshot.html) request + * Perform a [indices.snapshotIndex](http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-gateway-snapshot.html) request * * @param {Object} params - An object with parameters used to carry out this action * @param {Boolean} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) diff --git a/src/lib/apis/1_x.js b/src/lib/apis/1_x.js index efe274c67..5b6c6e016 100644 --- a/src/lib/apis/1_x.js +++ b/src/lib/apis/1_x.js @@ -3312,7 +3312,7 @@ api.indices.prototype.segments = ca({ }); /** - * Perform a [indices.snapshotIndex](http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/indices-gateway-snapshot.html) request + * Perform a [indices.snapshotIndex](http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-gateway-snapshot.html) request * * @param {Object} params - An object with parameters used to carry out this action * @param {Boolean} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) diff --git a/src/lib/apis/master.js b/src/lib/apis/master.js index c8f4fa60f..39b947f0d 100644 --- a/src/lib/apis/master.js +++ b/src/lib/apis/master.js @@ -3312,7 +3312,7 @@ api.indices.prototype.segments = ca({ }); /** - * Perform a [indices.snapshotIndex](http://www.elasticsearch.org/guide/en/elasticsearch/reference/master/indices-gateway-snapshot.html) request + * Perform a [indices.snapshotIndex](http://www.elasticsearch.org/guide/en/elasticsearch/reference/0.90/indices-gateway-snapshot.html) request * * @param {Object} params - An object with parameters used to carry out this action * @param {Boolean} params.ignoreUnavailable - Whether specified concrete indices should be ignored when unavailable (missing or closed) @@ -5254,4 +5254,4 @@ api.create = ca.proxy(api.index, { transform: function (params) { params.op_type = 'create'; } -}); \ No newline at end of file +});