From 236687ae53eba002767af559217de5fc53364a94 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Wed, 14 Feb 2024 19:49:06 +0800 Subject: [PATCH] fix some broken link --- flutter/lib/desktop/pages/desktop_home_page.dart | 4 ++-- src/lang/en.rs | 4 ++-- src/lang/nl.rs | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/flutter/lib/desktop/pages/desktop_home_page.dart b/flutter/lib/desktop/pages/desktop_home_page.dart index 25670e628..55cbfe110 100644 --- a/flutter/lib/desktop/pages/desktop_home_page.dart +++ b/flutter/lib/desktop/pages/desktop_home_page.dart @@ -408,13 +408,13 @@ class _DesktopHomePageState extends State "Warning", "wayland_experiment_tip", "", () async {}, marginTop: LinuxCards.isEmpty ? 20.0 : 5.0, 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()) { LinuxCards.add(buildInstallCard("Warning", "Login screen using Wayland is not supported", "", () async {}, marginTop: LinuxCards.isEmpty ? 20.0 : 5.0, 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) { return Column( diff --git a/src/lang/en.rs b/src/lang/en.rs index 5e091d137..e7f9f32bb 100644 --- a/src/lang/en.rs +++ b/src/lang/en.rs @@ -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_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."), - ("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"), ("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"), @@ -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"), ("upgrade_rustdesk_server_pro_to_{}_tip", "Please upgrade RustDesk Server Pro to version {} or newer!"), ("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."), ("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."), diff --git a/src/lang/nl.rs b/src/lang/nl.rs index a02ac4236..2487cb39c 100644 --- a/src/lang/nl.rs +++ b/src/lang/nl.rs @@ -292,7 +292,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> = ("Overwrite", "Overschrijven"), ("This file exists, skip or overwrite this file?", "Dit bestand bestaat reeds, overslaan of overschrijven?"), ("Quit", "Afsluiten"), - ("Help", "https://rustdesk.com/docs/en/manual/linux/#x11-required"), ("Failed", "Mislukt"), ("Succeeded", "Geslaagd"), ("Someone turns on privacy mode, exit", "Iemand schakelt privacymodus in, afsluiten"),