summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--branding/config/vendor.conf2
-rw-r--r--pkg/config/config.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf
index 1aed093..0df2503 100644
--- a/branding/config/vendor.conf
+++ b/branding/config/vendor.conf
@@ -20,7 +20,7 @@ helpURL = https://riseup.net/support
geolocationAPI = https://api.black.riseup.net:9001/json
askForDonations = true
-donateURL = https://riseup.net/donate
+donateURL = https://riseup.net/vpn/donate
[calyx]
diff --git a/pkg/config/config.go b/pkg/config/config.go
index 33636ae..b7987e4 100644
--- a/pkg/config/config.go
+++ b/pkg/config/config.go
@@ -10,7 +10,7 @@ const (
Provider = "riseup.net"
ApplicationName = "RiseupVPN"
BinaryName = "riseup-vpn"
- DonateURL = "https://riseup.net/donate"
+ DonateURL = "https://riseup.net/vpn/donate"
AskForDonations = "true"
HelpURL = "https://riseup.net/support"
TosURL = "https://riseup.net/tos"