fix some broken link

This commit is contained in:
rustdesk 2024-02-14 19:49:06 +08:00
parent 0d708f64b9
commit 236687ae53
3 changed files with 4 additions and 5 deletions

View File

@ -408,13 +408,13 @@ class _DesktopHomePageState extends State<DesktopHomePage>
"Warning", "wayland_experiment_tip", "", () async {}, "Warning", "wayland_experiment_tip", "", () async {},
marginTop: LinuxCards.isEmpty ? 20.0 : 5.0, marginTop: LinuxCards.isEmpty ? 20.0 : 5.0,
help: 'Help', help: 'Help',
link: 'https://rustdesk.com/docs/en/manual/linux/#x11-required')); link: 'https://rustdesk.com/docs/en/client/linux/#x11-required'));
} else if (bind.mainIsLoginWayland()) { } else if (bind.mainIsLoginWayland()) {
LinuxCards.add(buildInstallCard("Warning", LinuxCards.add(buildInstallCard("Warning",
"Login screen using Wayland is not supported", "", () async {}, "Login screen using Wayland is not supported", "", () async {},
marginTop: LinuxCards.isEmpty ? 20.0 : 5.0, marginTop: LinuxCards.isEmpty ? 20.0 : 5.0,
help: 'Help', help: 'Help',
link: 'https://rustdesk.com/docs/en/manual/linux/#login-screen')); link: 'https://rustdesk.com/docs/en/client/linux/#login-screen'));
} }
if (LinuxCards.isNotEmpty) { if (LinuxCards.isNotEmpty) {
return Column( return Column(

View File

@ -91,7 +91,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("android_version_audio_tip", "The current Android version does not support audio capture, please upgrade to Android 10 or higher."), ("android_version_audio_tip", "The current Android version does not support audio capture, please upgrade to Android 10 or higher."),
("android_start_service_tip", "Tap [Start service] or enable [Screen Capture] permission to start the screen sharing service."), ("android_start_service_tip", "Tap [Start service] or enable [Screen Capture] permission to start the screen sharing service."),
("android_permission_may_not_change_tip", "Permissions for established connections may not be changed instantly until reconnected."), ("android_permission_may_not_change_tip", "Permissions for established connections may not be changed instantly until reconnected."),
("doc_mac_permission", "https://rustdesk.com/docs/en/manual/mac/#enable-permissions"), ("doc_mac_permission", "https://rustdesk.com/docs/en/client/mac/#enable-permissions"),
("Ignore Battery Optimizations", "Ignore battery optimizations"), ("Ignore Battery Optimizations", "Ignore battery optimizations"),
("android_open_battery_optimizations_tip", "If you want to disable this feature, please go to the next RustDesk application settings page, find and enter [Battery], Uncheck [Unrestricted]"), ("android_open_battery_optimizations_tip", "If you want to disable this feature, please go to the next RustDesk application settings page, find and enter [Battery], Uncheck [Unrestricted]"),
("remote_restarting_tip", "Remote device is restarting, please close this message box and reconnect with permanent password after a while"), ("remote_restarting_tip", "Remote device is restarting, please close this message box and reconnect with permanent password after a while"),
@ -197,7 +197,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Connection failed due to inactivity", "Automatically disconnected due to inactivity"), ("Connection failed due to inactivity", "Automatically disconnected due to inactivity"),
("upgrade_rustdesk_server_pro_to_{}_tip", "Please upgrade RustDesk Server Pro to version {} or newer!"), ("upgrade_rustdesk_server_pro_to_{}_tip", "Please upgrade RustDesk Server Pro to version {} or newer!"),
("pull_group_failed_tip", "Failed to refresh group"), ("pull_group_failed_tip", "Failed to refresh group"),
("doc_fix_wayland", "https://rustdesk.com/docs/en/manual/linux/#x11-required"), ("doc_fix_wayland", "https://rustdesk.com/docs/en/client/linux/#x11-required"),
("display_is_plugged_out_msg", "The display is plugged out, switch to the first display."), ("display_is_plugged_out_msg", "The display is plugged out, switch to the first display."),
("elevated_switch_display_msg", "Switch to the primary display because multiple displays are not supported in elevated user mode."), ("elevated_switch_display_msg", "Switch to the primary display because multiple displays are not supported in elevated user mode."),
("selinux_tip", "SELinux is enabled on your device, which may prevent RustDesk from running properly as controlled side."), ("selinux_tip", "SELinux is enabled on your device, which may prevent RustDesk from running properly as controlled side."),

View File

@ -292,7 +292,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Overwrite", "Overschrijven"), ("Overwrite", "Overschrijven"),
("This file exists, skip or overwrite this file?", "Dit bestand bestaat reeds, overslaan of overschrijven?"), ("This file exists, skip or overwrite this file?", "Dit bestand bestaat reeds, overslaan of overschrijven?"),
("Quit", "Afsluiten"), ("Quit", "Afsluiten"),
("Help", "https://rustdesk.com/docs/en/manual/linux/#x11-required"),
("Failed", "Mislukt"), ("Failed", "Mislukt"),
("Succeeded", "Geslaagd"), ("Succeeded", "Geslaagd"),
("Someone turns on privacy mode, exit", "Iemand schakelt privacymodus in, afsluiten"), ("Someone turns on privacy mode, exit", "Iemand schakelt privacymodus in, afsluiten"),