From fa791cc3449a3d65f8b02cdb2c33436a90884202 Mon Sep 17 00:00:00 2001
From: Daniel Holbach <daniel@weave.works>
Date: Fri, 7 Jun 2019 14:52:00 +0200
Subject: [PATCH] update link to Weave Net Troubleshooting docs (#4853)

Signed-off-by: Daniel Holbach <daniel@weave.works>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 95e3005a6..358ec59cb 100644
--- a/README.md
+++ b/README.md
@@ -170,7 +170,7 @@ You can choose between 6 network plugins. (default: `calico`, except Vagrant use
     apply firewall policies, segregate containers in multiple network and bridging pods onto physical networks.
 
 -   [weave](docs/weave.md): Weave is a lightweight container overlay network that doesn't require an external K/V database cluster.
-    (Please refer to `weave` [troubleshooting documentation](http://docs.weave.works/weave/latest_release/troubleshooting.html)).
+    (Please refer to `weave` [troubleshooting documentation](https://www.weave.works/docs/net/latest/troubleshooting/)).
 
 -   [kube-router](docs/kube-router.md): Kube-router is a L3 CNI for Kubernetes networking aiming to provide operational
     simplicity and high performance: it uses IPVS to provide Kube Services Proxy (if setup to replace kube-proxy),
-- 
GitLab