[DOCS] Fix broken links (#903)

This commit is contained in:
James Rodewig
2019-07-12 15:00:21 -04:00
committed by GitHub
parent 6c8b99f78a
commit 33bc37b34c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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