From 56626698fa1a494e6f95559dc9ddcace40b881a9 Mon Sep 17 00:00:00 2001 From: Tom Kapanka Date: Wed, 25 Mar 2015 20:45:19 -0700 Subject: [PATCH] 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 --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 4c67616d77..29620760f2 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.