From 2266edbebd05fe9f386891d796103367fc7ea43a Mon Sep 17 00:00:00 2001
From: kwadronaut <kwadronaut@leap.se>
Date: Fri, 5 Jul 2019 00:11:08 +0200
Subject: [PATCH] Fix helper url after move to bitmask-vpn

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

diff --git a/README.md b/README.md
index fc2be528..986f779d 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Run it
 -------------
 The default build is a standalone systray. It still requires a helper and openvpn installed to work. For linux the helper is
 [bitmask-root](https://0xacab.org/leap/bitmask-dev/blob/master/src/leap/bitmask/vpn/helpers/linux/bitmask-root)
-for windows and OSX there is [a helper written in go](https://0xacab.org/leap/riseup_vpn/tree/master/helper).
+for windows and OSX there is [a helper written in go](https://0xacab.org/leap/bitmask-vpn/tree/master/pkg/helper/).
 
 To build and run it:
 ```
-- 
GitLab