From 8b1454328c311994903047e9708e758711b5cc65 Mon Sep 17 00:00:00 2001 From: Claude Docs Agent Date: Mon, 23 Mar 2026 17:54:56 +0100 Subject: [PATCH] Fix outdated SwarmKit repository link in swarm task states docs Update the "Learn about swarm tasks" link from docker/swarmkit to moby/swarmkit, which is the current repository location. Fixes #24462 Co-Authored-By: Claude Sonnet 4.6 --- .../engine/swarm/how-swarm-mode-works/swarm-task-states.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/engine/swarm/how-swarm-mode-works/swarm-task-states.md b/content/manuals/engine/swarm/how-swarm-mode-works/swarm-task-states.md index 06ccbce3d869..2713069f0c52 100644 --- a/content/manuals/engine/swarm/how-swarm-mode-works/swarm-task-states.md +++ b/content/manuals/engine/swarm/how-swarm-mode-works/swarm-task-states.md @@ -3,7 +3,7 @@ title: Swarm task states description: Learn about tasks that are scheduled on your swarm. keywords: swarm, task, service aliases: -- /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-task-state/ + - /datacenter/ucp/2.2/guides/admin/monitor-and-troubleshoot/troubleshoot-task-state/ --- Docker lets you create services, which can start tasks. A service is a @@ -59,4 +59,4 @@ j91iahr8s74p \_ webserver.1 nginx UbuntuVM Shutdown Failed 50 s ## Where to go next -- [Learn about swarm tasks](https://github.com/docker/swarmkit/blob/master/design/task_model.md) +- [Learn about swarm tasks](https://github.com/moby/swarmkit/blob/master/design/task_model.md)