From 8e326154b946d629b73a9d12a32b544c13d29103 Mon Sep 17 00:00:00 2001
From: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Date: Tue, 18 Oct 2022 12:15:28 -0600
Subject: [PATCH] [DOCS] Fix link in list of Kibana plugins (#141514) (#141692)

(cherry picked from commit 28924818e4fa92e90e05cd845aee69835a05126a)

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
---
 docs/developer/plugin-list.asciidoc   | 1 -
 x-pack/plugins/task_manager/README.md | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/developer/plugin-list.asciidoc b/docs/developer/plugin-list.asciidoc
index 7ffee75f83d69..ef5433ed4283c 100644
--- a/docs/developer/plugin-list.asciidoc
+++ b/docs/developer/plugin-list.asciidoc
@@ -551,7 +551,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