use correct docs URL for volume type

This commit is contained in:
Armin Schrenk
2023-03-07 11:40:10 +01:00
parent 4bc217e489
commit f983b29034

View File

@@ -23,7 +23,7 @@ import java.util.ResourceBundle;
@PreferencesScoped
public class VolumePreferencesController implements FxController {
private static final String DOCS_MOUNTING_URL = "https://docs.cryptomator.org/en/1.7/desktop/vault-mounting/";
private static final String DOCS_MOUNTING_URL = "https://docs.cryptomator.org/en/1.7/desktop/volume-type/";
private final Settings settings;
private final ObservableValue<MountService> selectedMountService;