浏览代码

Fix link to non-existent file

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
Misty Stanley-Jones 8 年之前
父节点
当前提交
ca04f02d76
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/reference/commandline/swarm_leave.md

+ 1 - 1
docs/reference/commandline/swarm_leave.md

@@ -43,7 +43,7 @@ To remove `worker2`, issue the following command from `worker2` itself:
 $ docker swarm leave
 $ docker swarm leave
 Node left the default swarm.
 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
 ## Related information