diff --git a/docs/developer/plugin-list.asciidoc b/docs/developer/plugin-list.asciidoc index e84cc4c4ee0b0..f4fc9c67508ef 100644 --- a/docs/developer/plugin-list.asciidoc +++ b/docs/developer/plugin-list.asciidoc @@ -660,7 +660,6 @@ in their infrastructure. |{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 6164cd43a9581..f0f067abe32c2 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