From 0732a55d0e7c21dedebf97f4f803d4121942db19 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Fri, 13 Mar 2020 14:27:09 +0100 Subject: [PATCH] updated link to documentation [ci skip] --- .../java/org/cryptomator/ui/mainwindow/WelcomeController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/ui/src/main/java/org/cryptomator/ui/mainwindow/WelcomeController.java b/main/ui/src/main/java/org/cryptomator/ui/mainwindow/WelcomeController.java index 6d780032f..829c14436 100644 --- a/main/ui/src/main/java/org/cryptomator/ui/mainwindow/WelcomeController.java +++ b/main/ui/src/main/java/org/cryptomator/ui/mainwindow/WelcomeController.java @@ -16,7 +16,7 @@ import javax.inject.Inject; public class WelcomeController implements FxController { private static final Logger LOG = LoggerFactory.getLogger(WelcomeController.class); - private static final String GETTING_STARTED_URI = "https://docs.cryptomator.org/en/latest/desktop/basic-concepts/"; + private static final String GETTING_STARTED_URI = "https://docs.cryptomator.org/en/1.5/desktop/basic-concepts/"; private final Application application; private final BooleanBinding noVaultPresent;