From 1da2abb596178a3cb67ef83686f4425c31987640 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Tue, 3 Feb 2015 13:55:08 +1000 Subject: [PATCH] use the same paths as in the swarm repo, so that their links magically work Signed-off-by: Sven Dowideit --- docs/Dockerfile | 5 ++--- docs/mkdocs-swarm.yml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/Dockerfile b/docs/Dockerfile index 1b5aaec12d..579c848a60 100644 --- a/docs/Dockerfile +++ b/docs/Dockerfile @@ -64,11 +64,10 @@ CMD ["mkdocs", "serve"] # Sven plans to move each Dockerfile into the respective repository # Docker Swarm -ADD https://raw.githubusercontent.com/docker/swarm/master/logo.png /docs/sources/swarm/logo.png -ADD https://raw.githubusercontent.com/docker/swarm/master/README.md /docs/sources/swarm/README.md +ADD https://raw.githubusercontent.com/docker/swarm/master/userguide.md /docs/sources/swarm/README.md ADD https://raw.githubusercontent.com/docker/swarm/master/discovery/README.md /docs/sources/swarm/discovery.md ADD https://raw.githubusercontent.com/docker/swarm/master/api/README.md /docs/sources/swarm/API.md -ADD https://raw.githubusercontent.com/docker/swarm/master/scheduler/filter/README.md /docs/sources/swarm/filters.md +ADD https://raw.githubusercontent.com/docker/swarm/master/scheduler/filter/README.md /docs/sources/swarm/scheduler/filter.md # Docker Machine ADD https://raw.githubusercontent.com/docker/machine/master/docs/dockermachine.md /docs/sources/machine/userguide.md diff --git a/docs/mkdocs-swarm.yml b/docs/mkdocs-swarm.yml index c59634bf28..5c9654f8f8 100644 --- a/docs/mkdocs-swarm.yml +++ b/docs/mkdocs-swarm.yml @@ -2,4 +2,4 @@ - ['swarm/README.md', 'User Guide', 'Docker Swarm' ] - ['swarm/discovery.md', 'Reference', 'Swarm discovery'] - ['swarm/API.md', 'Reference', 'Swarm API'] -- ['swarm/filters.md', 'Reference', 'Swarm filters'] +- ['swarm/scheduler/filter.md', 'Reference', 'Swarm filters']