Procházet zdrojové kódy

Merge pull request #27001 from mstanleyjones/fix_broken_build

Fix link to non-existent file
Sebastiaan van Stijn před 8 roky
rodič
revize
ad398f132b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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