Fix broken link

This commit is contained in:
Joao Fernandes 2017-08-21 16:01:27 -07:00 committed by Joao Fernandes
parent 622dced0c3
commit cdddbbe31f
1 changed files with 2 additions and 2 deletions

View File

@ -148,9 +148,9 @@ manager failures, the system should be configured for [high availability](config
`uninstall-ucp` command.
4. Perform a restore operation on the recovered swarm manager node.
5. Log in to UCP and browse to the nodes page, or use the CLI `docker node ls`
command.
command.
6. If any nodes are listed as `down`, you'll have to manually [remove these
nodes](../configure/scale-your-cluster.md) from the cluster and then re-join
nodes](configure/scale-your-cluster.md) from the cluster and then re-join
them using a `docker swarm join` operation with the cluster's new join-token.
## Where to go next