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