Skip to content

Commit e68896b

Browse files
authored
Merge pull request #995 from jrodewig/patch__fix-broken-scroll-link
[DOCS] Fix broken link to scroll docs
2 parents b26ed4b + c7ce5cf commit e68896b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search-operations.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ This window allows consistent paging even if there is background indexing/updati
225225
request with `scroll` enabled. This returns a "page" of documents, and a scroll_id which is used to continue
226226
paginating through the hits.
227227

228-
More details about scrolling can be found in the https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-scroll.html[Link: reference documentation].
228+
More details about scrolling can be found in the https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-body.html#request-body-search-scroll[Link: reference documentation].
229229

230230
This is an example which can be used as a template for more advanced operations:
231231

0 commit comments

Comments
 (0)