Fix 404s that manifest in GitHub but not in the Docs site. Links should work in both.

Spoke with Mary (Moxiegirl) about this issue and it occurs because
when Docs is built, it pulls files from various places. This causes
the GitHub view to have broken links (and images) which isn't ideal
since people may come to the docs via either approach.

Signed-off-by: Tom Kapanka <tom@kapanka.com>
This commit is contained in:
Tom Kapanka 2015-03-25 20:45:19 -07:00
parent c28b3a736c
commit 56626698fa
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.