Merge pull request #518 from spanktar/spanky/relative-404

Fix 404s that manifest in GitHub but not in the Docs site. Links should ...
This commit is contained in:
Alexandre Beslic 2015-03-30 10:17:17 -07:00
commit 6cfd96ea57
1 changed files with 3 additions and 3 deletions

View File

@ -94,15 +94,15 @@ the certificates.
## Discovery services
See the [Discovery service](discovery.md) document for more information.
See the [Discovery service](https://docs.docker.com/swarm/discovery/) document for more information.
## Advanced Scheduling
See [filters](scheduler/filter.md) and [strategies](scheduler/strategy.md) to learn
See [filters](https://docs.docker.com/swarm/scheduler/filter/) and [strategies](https://docs.docker.com/swarm/scheduler/strategy/) to learn
more about advanced scheduling.
## Swarm API
The [Docker Swarm API](API.md) is compatible with the [Docker
The [Docker Swarm API](https://docs.docker.com/swarm/API/) is compatible with the [Docker
remote API](http://docs.docker.com/reference/api/docker_remote_api/), and extends it
with some new endpoints.