From 0d708f64b90014faedd22c1faafb8e6bb939349f Mon Sep 17 00:00:00 2001 From: grummbeer <67791701+grummbeer@users.noreply.github.com> Date: Wed, 14 Feb 2024 10:33:50 +0100 Subject: [PATCH] Fix dead link to docs for own server setup (#7128) --- flutter/lib/desktop/pages/connection_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter/lib/desktop/pages/connection_page.dart b/flutter/lib/desktop/pages/connection_page.dart index fb5078388..c1f8fab0d 100644 --- a/flutter/lib/desktop/pages/connection_page.dart +++ b/flutter/lib/desktop/pages/connection_page.dart @@ -463,7 +463,7 @@ class _ConnectionPageState extends State } void onUsePublicServerGuide() { - const url = "https://rustdesk.com/blog/id-relay-set/"; + const url = "https://rustdesk.com/pricing.html"; canLaunchUrlString(url).then((can) { if (can) { launchUrlString(url);