Fix link to non-existent file

Signed-off-by: Misty Stanley-Jones <misty@docker.com>
(cherry picked from commit ca04f02d76)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Misty Stanley-Jones 2016-09-28 20:19:00 -07:00 committed by Sebastiaan van Stijn
parent 735622fdf4
commit 68aca71637
No known key found for this signature in database
GPG key ID: 76698F39D527CE8C

View file

@ -45,7 +45,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