From 8bbdb69cda10a082733f03ba1e17498db01feab3 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Thu, 16 Feb 2023 09:55:42 +0100 Subject: [PATCH] Update doc links to 1.7 --- .../java/org/cryptomator/ui/mainwindow/WelcomeController.java | 2 +- .../cryptomator/ui/migration/MigrationImpossibleController.java | 2 +- .../cryptomator/ui/wrongfilealert/WrongFileAlertController.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/cryptomator/ui/mainwindow/WelcomeController.java b/src/main/java/org/cryptomator/ui/mainwindow/WelcomeController.java index e483c265b..ccfbd3ad5 100644 --- a/src/main/java/org/cryptomator/ui/mainwindow/WelcomeController.java +++ b/src/main/java/org/cryptomator/ui/mainwindow/WelcomeController.java @@ -16,7 +16,7 @@ import javafx.fxml.FXML; 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/1.6/desktop/getting-started/"; + private static final String GETTING_STARTED_URI = "https://docs.cryptomator.org/en/1.7/desktop/getting-started/"; private final Application application; private final BooleanBinding noVaultPresent; diff --git a/src/main/java/org/cryptomator/ui/migration/MigrationImpossibleController.java b/src/main/java/org/cryptomator/ui/migration/MigrationImpossibleController.java index 2cfe14551..893ef3577 100644 --- a/src/main/java/org/cryptomator/ui/migration/MigrationImpossibleController.java +++ b/src/main/java/org/cryptomator/ui/migration/MigrationImpossibleController.java @@ -10,7 +10,7 @@ import javafx.stage.Stage; public class MigrationImpossibleController implements FxController { - private static final String HELP_URI = "https://docs.cryptomator.org/en/1.6/help/manual-migration/"; + private static final String HELP_URI = "https://docs.cryptomator.org/en/1.7/help/manual-migration/"; private final Application application; private final Stage window; diff --git a/src/main/java/org/cryptomator/ui/wrongfilealert/WrongFileAlertController.java b/src/main/java/org/cryptomator/ui/wrongfilealert/WrongFileAlertController.java index 389449d55..cc91d1afd 100644 --- a/src/main/java/org/cryptomator/ui/wrongfilealert/WrongFileAlertController.java +++ b/src/main/java/org/cryptomator/ui/wrongfilealert/WrongFileAlertController.java @@ -15,7 +15,7 @@ import java.io.UncheckedIOException; @WrongFileAlertScoped public class WrongFileAlertController implements FxController { - private static final String DOCUMENTATION_URI = "https://docs.cryptomator.org/en/1.6/desktop/accessing-vaults/"; + private static final String DOCUMENTATION_URI = "https://docs.cryptomator.org/en/1.7/desktop/accessing-vaults/"; private final Application app; private final Stage window;