From 3f1e962107e42b816dc91acc613d65acc95e6c21 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 28 Sep 2016 20:19:00 -0700 Subject: [PATCH] Fix link to non-existent file Signed-off-by: Misty Stanley-Jones Upstream-commit: ca04f02d7655e7306c7c0cde6fa1895a14f0a673 Component: engine --- components/engine/docs/reference/commandline/swarm_leave.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/docs/reference/commandline/swarm_leave.md b/components/engine/docs/reference/commandline/swarm_leave.md index 99185dbb50..112813466b 100644 --- a/components/engine/docs/reference/commandline/swarm_leave.md +++ b/components/engine/docs/reference/commandline/swarm_leave.md @@ -43,7 +43,7 @@ To remove `worker2`, issue the following command from `worker2` itself: $ docker swarm leave Node left the default swarm. ``` -To remove an inactive node, use the [`node rm`](swarm_rm.md) command instead. +To remove an inactive node, use the [`node rm`](node_rm.md) command instead. ## Related information