From 26952d53fa7699590fb051c792b2de52a28d835f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yago=20Ra=C3=B1a=20Gayoso?= Date: Sun, 24 May 2026 22:40:42 +0200 Subject: [PATCH] scripts/installer.sh: update KDE Linux link (#19857) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Yago RaƱa Gayoso --- scripts/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 880c6a438..166ac7af1 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -353,7 +353,7 @@ main() { ;; kde-linux) echo "The maintainers of KDE Linux provide documentation on multiple ways to install Tailscale. These instructions are not officially supported by Tailscale:" - echo "https://kde.org/linux/docs/more-software/#tailscale" + echo "https://linux.kde.org/docs/more-software/#tailscale" exit 1 ;;