diff --git a/notificator.go b/notificator.go
index dc7993c035748068810f7ea389fe7cbed60afdff..7e5d356490ec3502fa26836552fabbc066e8a992 100644
--- a/notificator.go
+++ b/notificator.go
@@ -59,7 +59,7 @@ func (n *notificator) donations() {
 				YesNo()
 			n.conf.setNotification()
 			if letsDonate {
-				open.Run("https://riseup.net/donate-vpn")
+				open.Run("https://riseup.net/vpn/donate")
 				n.conf.setDonated()
 			}
 		}