Fixing links after check

Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
Mary Anthony 2015-08-11 09:56:33 -07:00
parent d580bf9b7b
commit 55692c3ec0
3 changed files with 12 additions and 9 deletions

View File

@ -208,7 +208,7 @@ And for the `nodes` discovery method.
## Contributing a new discovery backend
You can contribute a new discovery backend to Swarm. For information on how to do this, see [our discovery README in the Docker Swarm repository](https://github.com/docker/swarm/blob/master/discovery/README.md).
You can contribute a new discovery backend to Swarm. For information on how to do this, see <a href="https://github.com/docker/swarm/blob/master/discovery/README.md>our discovery README in the Docker Swarm repository</a>.
## Docker Swarm documentation index

View File

@ -406,7 +406,7 @@ This filter will prevent scheduling containers on unhealthy nodes.
## Docker Swarm documentation index
- [User guide](https://docs.docker.com/swarm/)
- [Discovery options](https://docs.docker.com/swarm/discovery/)
- [Scheduler strategies](https://docs.docker.com/swarm/scheduler/strategy/)
- [Swarm API](https://docs.docker.com/swarm/API/)
- [User guide](/)
- [Discovery options](/discovery/)
- [Scheduler strategies](/scheduler/strategy/)
- [Swarm API](/api/swarm-api)

View File

@ -116,7 +116,10 @@ strategy prefers the node with most containers running.
## Docker Swarm documentation index
- [User guide](https://docs.docker.com/swarm/)
- [Discovery options](https://docs.docker.com/swarm/discovery/)
- [Scheduler filters](https://docs.docker.com/swarm/scheduler/filter/)
- [Swarm API](https://docs.docker.com/swarm/API/)
- [User guide](/)
- [Discovery options](/discovery/)
- [Scheduler strategies](/scheduler/strategy)
- [Scheduler filters](/scheduler/filter)
- [Swarm API](/api/swarm-api)