From f8dc6e3f73a439feca4bb11d529b0df9bf68f6a8 Mon Sep 17 00:00:00 2001
From: Sven Dowideit <SvenDowideit@home.org.au>
Date: Tue, 3 Feb 2015 13:53:13 +1000
Subject: [PATCH] fix 2 broken links - there's no strategy README yet, so we
 can't link to it in the Docker docs

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
---
 scheduler/filter/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scheduler/filter/README.md b/scheduler/filter/README.md
index 0b33b8d4a8..10e1afff82 100644
--- a/scheduler/filter/README.md
+++ b/scheduler/filter/README.md
@@ -14,7 +14,7 @@ These filters are used to schedule containers on a subset of nodes.
 * [Constraint](#constraint-filter)
 * [Affinity](#affinity-filter)
 * [Port](#port-filter)
-* [Healthy](#healthy-filter)
+* [Health](#health-filter)
 
 You can choose the filter(s) you want to use with the `--filter` flag of `swarm manage`