diff --git a/docs/api_methods.asciidoc b/docs/api_methods.asciidoc index 334feb120..2f8f2e5db 100644 --- a/docs/api_methods.asciidoc +++ b/docs/api_methods.asciidoc @@ -669,7 +669,7 @@ client.existsSource([params, [callback]]) // no description -Check the *<>* and http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html[the elasticsearch docs] for more information pertaining to this method. +Check the *<>* and http://www.elastic.co/guide/en/elasticsearch/reference/5.4/docs-get.html[the elasticsearch docs] for more information pertaining to this method. // no examples @@ -710,7 +710,7 @@ Options::: `type`:: <> -- The type of the document; use `_all` to fetch the first document matching the ID across all types `body`:: -<>, <> -- An optional request body, as either JSON or a JSON serializable object. See http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html[the elasticsearch docs] for details about what can be specified here. +<>, <> -- An optional request body, as either JSON or a JSON serializable object. See http://www.elastic.co/guide/en/elasticsearch/reference/5.4/docs-get.html[the elasticsearch docs] for details about what can be specified here. link:#[back to top] @@ -814,7 +814,7 @@ client.fieldCaps([params, [callback]]) // no description -Check the *<>* and http://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html[the elasticsearch docs] for more information pertaining to this method. +Check the *<>* and http://www.elastic.co/guide/en/elasticsearch/reference/5.4/search-field-caps.html[the elasticsearch docs] for more information pertaining to this method. // no examples @@ -839,7 +839,7 @@ Options::: `index`:: <>, <>, <> -- A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices `body`:: -<>, <> -- An optional request body, as either JSON or a JSON serializable object. See http://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html[the elasticsearch docs] for details about what can be specified here. +<>, <> -- An optional request body, as either JSON or a JSON serializable object. See http://www.elastic.co/guide/en/elasticsearch/reference/5.4/search-field-caps.html[the elasticsearch docs] for details about what can be specified here. link:#[back to top] @@ -5124,7 +5124,7 @@ client.remote.info([params, [callback]]) // no description -Check the *<>* and http://www.elastic.co/guide/en/elasticsearch/reference/master/remote-info.html[the elasticsearch docs] for more information pertaining to this method. +Check the *<>* and http://www.elastic.co/guide/en/elasticsearch/reference/5.4/cluster-remote-info.html[the elasticsearch docs] for more information pertaining to this method. // no examples diff --git a/src/lib/apis/5_4.js b/src/lib/apis/5_4.js index 63a9f4270..bcc6463b8 100644 --- a/src/lib/apis/5_4.js +++ b/src/lib/apis/5_4.js @@ -2271,7 +2271,7 @@ api.exists = ca({ }); /** - * Perform a [existsSource](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html) request + * Perform a [existsSource](http://www.elastic.co/guide/en/elasticsearch/reference/5.4/docs-get.html) request * * @param {Object} params - An object with parameters used to carry out this action * @param {<>} params.parent - The ID of the parent document @@ -2438,7 +2438,7 @@ api.explain = ca({ }); /** - * Perform a [fieldCaps](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html) request + * Perform a [fieldCaps](http://www.elastic.co/guide/en/elasticsearch/reference/5.4/search-field-caps.html) request * * @param {Object} params - An object with parameters used to carry out this action * @param {<>, <>, <>} params.fields - A comma-separated list of field names @@ -5993,7 +5993,7 @@ api.reindexRethrottle = ca({ api.remote = namespace(); /** - * Perform a [remote.info](http://www.elastic.co/guide/en/elasticsearch/reference/master/remote-info.html) request + * Perform a [remote.info](http://www.elastic.co/guide/en/elasticsearch/reference/5.4/cluster-remote-info.html) request * * @param {Object} params - An object with parameters used to carry out this action */ diff --git a/src/lib/apis/5_5.js b/src/lib/apis/5_5.js index b787581c5..f7d0ff39c 100644 --- a/src/lib/apis/5_5.js +++ b/src/lib/apis/5_5.js @@ -2271,7 +2271,7 @@ api.exists = ca({ }); /** - * Perform a [existsSource](http://www.elastic.co/guide/en/elasticsearch/reference/master/docs-get.html) request + * Perform a [existsSource](http://www.elastic.co/guide/en/elasticsearch/reference/5.5/docs-get.html) request * * @param {Object} params - An object with parameters used to carry out this action * @param {<>} params.parent - The ID of the parent document @@ -2438,7 +2438,7 @@ api.explain = ca({ }); /** - * Perform a [fieldCaps](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html) request + * Perform a [fieldCaps](http://www.elastic.co/guide/en/elasticsearch/reference/5.5/search-field-caps.html) request * * @param {Object} params - An object with parameters used to carry out this action * @param {<>, <>, <>} params.fields - A comma-separated list of field names @@ -5998,7 +5998,7 @@ api.reindexRethrottle = ca({ api.remote = namespace(); /** - * Perform a [remote.info](http://www.elastic.co/guide/en/elasticsearch/reference/master/remote-info.html) request + * Perform a [remote.info](http://www.elastic.co/guide/en/elasticsearch/reference/5.5/cluster-remote-info.html) request * * @param {Object} params - An object with parameters used to carry out this action */ diff --git a/src/lib/apis/5_x.js b/src/lib/apis/5_x.js index bc106e4ab..cb90e4194 100644 --- a/src/lib/apis/5_x.js +++ b/src/lib/apis/5_x.js @@ -2438,7 +2438,7 @@ api.explain = ca({ }); /** - * Perform a [fieldCaps](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html) request + * Perform a [fieldCaps](http://www.elastic.co/guide/en/elasticsearch/reference/5.x/search-field-caps.html) request * * @param {Object} params - An object with parameters used to carry out this action * @param {<>, <>, <>} params.fields - A comma-separated list of field names @@ -6009,7 +6009,7 @@ api.reindexRethrottle = ca({ api.remote = namespace(); /** - * Perform a [remote.info](http://www.elastic.co/guide/en/elasticsearch/reference/master/remote-info.html) request + * Perform a [remote.info](http://www.elastic.co/guide/en/elasticsearch/reference/5.x/cluster-remote-info.html) request * * @param {Object} params - An object with parameters used to carry out this action */ diff --git a/src/lib/apis/master.js b/src/lib/apis/master.js index f5a0c8e88..2d3169074 100644 --- a/src/lib/apis/master.js +++ b/src/lib/apis/master.js @@ -5749,7 +5749,7 @@ api.reindexRethrottle = ca({ api.remote = namespace(); /** - * Perform a [remote.info](http://www.elastic.co/guide/en/elasticsearch/reference/master/remote-info.html) request + * Perform a [remote.info](http://www.elastic.co/guide/en/elasticsearch/reference/master/cluster-remote-info.html) request * * @param {Object} params - An object with parameters used to carry out this action */