فهرست منبع

use correct docs URL for volume type

Armin Schrenk 2 سال پیش
والد
کامیت
f983b29034
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/main/java/org/cryptomator/ui/preferences/VolumePreferencesController.java

+ 1 - 1
src/main/java/org/cryptomator/ui/preferences/VolumePreferencesController.java

@@ -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;