From d310acc1eb1266b7f95fa99a2420bfd9734e798f Mon Sep 17 00:00:00 2001
From: Charles Farquhar <cfarquhar@cfarquhar.com>
Date: Fri, 28 Apr 2017 12:10:23 -0500
Subject: [PATCH] Fix link from ansible.md to calico.md

This commit fixes a broken link from ansible.md to calico.md.
---
 docs/ansible.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/ansible.md b/docs/ansible.md
index eb8a60769..4da6edb48 100644
--- a/docs/ansible.md
+++ b/docs/ansible.md
@@ -27,7 +27,7 @@ not _kube-node_.
 
 There are also two special groups:
 
-* **calico-rr**  : explained for [advanced Calico networking cases](docs/calico.md)
+* **calico-rr**  : explained for [advanced Calico networking cases](calico.md)
 * **bastion** : configure a bastion host if your nodes are not directly reachable
 
 Below is a complete inventory example:
-- 
GitLab