diff --git a/docs/developer/plugin-list.asciidoc b/docs/developer/plugin-list.asciidoc index 47bdf06fd3743..ad45fe39f21d4 100644 --- a/docs/developer/plugin-list.asciidoc +++ b/docs/developer/plugin-list.asciidoc @@ -520,7 +520,6 @@ routes, etc. |{kib-repo}blob/{branch}/x-pack/plugins/task_manager/README.md[taskManager] |The task manager is a generic system for running background tasks. -Documentation: https://www.elastic.co/guide/en/kibana/master/task-manager-production-considerations.html |{kib-repo}blob/{branch}/x-pack/plugins/telemetry_collection_xpack/README.md[telemetryCollectionXpack] diff --git a/x-pack/plugins/task_manager/README.md b/x-pack/plugins/task_manager/README.md index 400636824a764..7813cb5f2d2be 100644 --- a/x-pack/plugins/task_manager/README.md +++ b/x-pack/plugins/task_manager/README.md @@ -1,7 +1,8 @@ # Kibana task manager The task manager is a generic system for running background tasks. -Documentation: https://www.elastic.co/guide/en/kibana/master/task-manager-production-considerations.html + +Documentation: https://www.elastic.co/guide/en/kibana/current/task-manager-production-considerations.html It supports: - Single-run and recurring tasks