diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf
index 1aed09306ade55a12c36dda576cbdab84d7e6364..0df2503bb40634449711bd0e401099cfccfdb0bd 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 33636ae242beb2e160d56fb5649332a87651688c..b7987e443aad7f3f4e37f2b73c4543a1d4c1e257 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"