Merge pull request #27001 from mstanleyjones/fix_broken_build

Fix link to non-existent file
Upstream-commit: ad398f132ba9708cf4a7a60ef5a4e7f5b566b000
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-09-29 08:39:26 +02:00
committed by GitHub
@@ -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