From 22310eb9574c0749ceba2fb35212a9e71ba100d8 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Thu, 9 Jan 2020 14:38:23 +0100 Subject: [PATCH] updated donation key store uri --- .../ui/preferences/DonationKeyPreferencesController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/ui/src/main/java/org/cryptomator/ui/preferences/DonationKeyPreferencesController.java b/main/ui/src/main/java/org/cryptomator/ui/preferences/DonationKeyPreferencesController.java index 9dcc171b3..476887b26 100644 --- a/main/ui/src/main/java/org/cryptomator/ui/preferences/DonationKeyPreferencesController.java +++ b/main/ui/src/main/java/org/cryptomator/ui/preferences/DonationKeyPreferencesController.java @@ -12,7 +12,7 @@ import javax.inject.Inject; @PreferencesScoped public class DonationKeyPreferencesController implements FxController { - private static final String DONATION_URI = "https://cryptomator.org/#donate"; + private static final String DONATION_URI = "https://store.cryptomator.org/desktop"; private final Application application; private final LicenseHolder licenseHolder;