From 33bc37b34c7922e21574268cee60744c28d07438 Mon Sep 17 00:00:00 2001 From: James Rodewig Date: Fri, 12 Jul 2019 15:00:21 -0400 Subject: [PATCH] [DOCS] Fix broken links (#903) --- api/api/clear_scroll.js | 2 +- api/api/scroll.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/api/clear_scroll.js b/api/api/clear_scroll.js index 7d02162ad..f76c58114 100644 --- a/api/api/clear_scroll.js +++ b/api/api/clear_scroll.js @@ -26,7 +26,7 @@ function buildClearScroll (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [clear_scroll](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-scroll.html) request + * Perform a [clear_scroll](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-body.html#search-request-scroll) request * * @param {list} scroll_id - A comma-separated list of scroll IDs to clear * @param {object} body - A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter diff --git a/api/api/scroll.js b/api/api/scroll.js index fd9e518c1..3d8e35b2f 100644 --- a/api/api/scroll.js +++ b/api/api/scroll.js @@ -26,7 +26,7 @@ function buildScroll (opts) { // eslint-disable-next-line no-unused-vars const { makeRequest, ConfigurationError, handleError, snakeCaseKeys } = opts /** - * Perform a [scroll](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-scroll.html) request + * Perform a [scroll](http://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-body.html#search-request-scroll) request * * @param {string} scroll_id - The scroll ID * @param {time} scroll - Specify how long a consistent view of the index should be maintained for scrolled search