Skip to content

Commit e836348

Browse files
committed
[DOCS] Fix links
1 parent 6a742b6 commit e836348

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/elasticsearch/rest-apis/reindex-indices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The value of `requests_per_second` can be changed on a running reindex using the
5858
POST _reindex/r1A2WoRbTwKZ516z6NEs5A:36619/_rethrottle?requests_per_second=-1
5959
```
6060

61-
The task ID can be found using the [tasks API](tasks.md).
61+
The task ID can be found using the [task management APIs](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-tasks).
6262

6363
Just like when setting it on the Reindex API, `requests_per_second` can be either `-1` to disable throttling or any decimal number like `1.7` or `12` to throttle to that level.
6464
Rethrottling that speeds up the query takes effect immediately, but rethrottling that slows down the query will take effect after completing the current batch.
@@ -387,7 +387,7 @@ GET my-new-index-000001/_doc/1
387387

388388
## Reindex daily indices [docs-reindex-daily-indices]
389389

390-
You can use the reindex API in combination with [Painless](/reference/elasticsearch/scripting-languages/painless/painless.md) to reindex daily indices to apply a new template to the existing documents.
390+
You can use the reindex API in combination with [Painless](/reference/scripting-languages/painless/painless.md) to reindex daily indices to apply a new template to the existing documents.
391391

392392
Assuming you have indices that contain documents like:
393393

0 commit comments

Comments
 (0)