From c8bcca084558c77a2d57858d2352a39609f67325 Mon Sep 17 00:00:00 2001
From: email <timothee.faure@cegetel.net>
Date: Mon, 31 Jul 2017 16:33:00 +0200
Subject: [PATCH] update docs

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a99132d3a..9569e1e0d 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ You can choose between 4 network plugins. (default: `calico`)
 
 * [**canal**](https://github.com/projectcalico/canal): a composition of calico and flannel plugins.
 
-* [**weave**](https://github.com/weaveworks/weave): Weave is a lightweight container overlay network that doesn't require an external K/V database cluster. <br>
+* [**weave**](docs/weave.md): Weave is a lightweight container overlay network that doesn't require an external K/V database cluster. <br>
 (Please refer to `weave` [troubleshooting documentation](http://docs.weave.works/weave/latest_release/troubleshooting.html)).
 
 The choice is defined with the variable `kube_network_plugin`. There is also an
-- 
GitLab