[DOCS] Remove unneeded redirects (#50510)

The docs/reference/redirects.asciidoc file stores a list of relocated or
deleted pages for the Elasticsearch Reference documentation.

This prunes several older redirects that are no longer needed.
This commit is contained in:
James Rodewig 2020-01-06 08:38:21 -06:00
parent 7be43e9f6d
commit 074866256b
3 changed files with 2 additions and 225 deletions

View file

@ -43,7 +43,7 @@ For more information on the search operation, check out the REST
[[java-search-scrolling]]
=== Using scrolls in Java
Read the {ref}/search-request-scroll.html[scroll documentation]
Read the {ref}/search-request-body.html#request-body-search-scroll[scroll documentation]
first!
[source,java]