Skip to content

Commit 67b7926

Browse files
committed
fix es doc links
1 parent 8de96d8 commit 67b7926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ added by an Elasticsearch ingest pipeline, and the `tracking_field` capability o
217217
With this setup, as new documents are indexed an `test-*` index, the next scheduled run will:
218218

219219
. select all new documents since the last observed value of the tracking field;
220-
. use <<point-in-time-api,Point in time (PIT)>> + <<search-after, Search after>> to paginate through all the data;
220+
. use {ref}/point-in-time-api.html#point-in-time-api[Point in time (PIT)] + {ref}/paginate-search-results.html#search-after[Search after] to paginate through all the data;
221221
. update the value of the field at the end of the pagination.
222222

223223
[id="plugins-{type}s-{plugin}-options"]

0 commit comments

Comments
 (0)