summaryrefslogtreecommitdiff
path: root/systray.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-02-08 12:32:40 +0100
committerRuben Pollan <meskio@sindominio.net>2018-02-08 12:32:40 +0100
commit7cef3972a5f1199a6b709070f9dbfcaf5cd543bf (patch)
tree9e226918ccfa14cf4c22440e5ea5213c6d1d5dc7 /systray.go
parentbd57a25b7476021c394de56d4965b3aab6684f05 (diff)
[feat] use the right urls
Diffstat (limited to 'systray.go')
-rw-r--r--systray.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/systray.go b/systray.go
index a11e3b6..3da4d19 100644
--- a/systray.go
+++ b/systray.go
@@ -82,9 +82,9 @@ func (bt *bmTray) onReady() {
bt.bm.StopVPN()
case <-mHelp.ClickedCh:
- open.Run("https://riseup.net/en/vpn/vpn-black")
+ open.Run("https://riseup.net/vpn")
case <-mDonate.ClickedCh:
- open.Run("https://riseup.net/en/donate")
+ open.Run("https://riseup.net/donate-vpn")
case <-mAbout.ClickedCh:
open.Run("https://bitmask.net")