diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-02-08 12:32:40 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-02-08 12:32:40 +0100 |
commit | 7cef3972a5f1199a6b709070f9dbfcaf5cd543bf (patch) | |
tree | 9e226918ccfa14cf4c22440e5ea5213c6d1d5dc7 /systray.go | |
parent | bd57a25b7476021c394de56d4965b3aab6684f05 (diff) |
[feat] use the right urls
Diffstat (limited to 'systray.go')
-rw-r--r-- | systray.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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") |