소스 검색

updated donation key store uri

Sebastian Stenzel 5 년 전
부모
커밋
22310eb957
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/ui/src/main/java/org/cryptomator/ui/preferences/DonationKeyPreferencesController.java

+ 1 - 1
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;