mirror of https://github.com/docker/docs.git
Fixing links after check
Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
d580bf9b7b
commit
55692c3ec0
|
|
@ -208,7 +208,7 @@ And for the `nodes` discovery method.
|
||||||
|
|
||||||
## Contributing a new discovery backend
|
## 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
|
## Docker Swarm documentation index
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -406,7 +406,7 @@ This filter will prevent scheduling containers on unhealthy nodes.
|
||||||
|
|
||||||
## Docker Swarm documentation index
|
## Docker Swarm documentation index
|
||||||
|
|
||||||
- [User guide](https://docs.docker.com/swarm/)
|
- [User guide](/)
|
||||||
- [Discovery options](https://docs.docker.com/swarm/discovery/)
|
- [Discovery options](/discovery/)
|
||||||
- [Scheduler strategies](https://docs.docker.com/swarm/scheduler/strategy/)
|
- [Scheduler strategies](/scheduler/strategy/)
|
||||||
- [Swarm API](https://docs.docker.com/swarm/API/)
|
- [Swarm API](/api/swarm-api)
|
||||||
|
|
|
||||||
|
|
@ -116,7 +116,10 @@ strategy prefers the node with most containers running.
|
||||||
|
|
||||||
## Docker Swarm documentation index
|
## Docker Swarm documentation index
|
||||||
|
|
||||||
- [User guide](https://docs.docker.com/swarm/)
|
|
||||||
- [Discovery options](https://docs.docker.com/swarm/discovery/)
|
- [User guide](/)
|
||||||
- [Scheduler filters](https://docs.docker.com/swarm/scheduler/filter/)
|
- [Discovery options](/discovery/)
|
||||||
- [Swarm API](https://docs.docker.com/swarm/API/)
|
- [Scheduler strategies](/scheduler/strategy)
|
||||||
|
- [Scheduler filters](/scheduler/filter)
|
||||||
|
- [Swarm API](/api/swarm-api)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue