From 67711a386d43ce3f64ceae46c209d71fc628cf47 Mon Sep 17 00:00:00 2001 From: open-trade Date: Wed, 7 Apr 2021 21:58:30 +0800 Subject: [PATCH] forum.rustdesk.com => rustdesk.com --- flutter_hbb/lib/home_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_hbb/lib/home_page.dart b/flutter_hbb/lib/home_page.dart index d3d98c04f..df37b71be 100644 --- a/flutter_hbb/lib/home_page.dart +++ b/flutter_hbb/lib/home_page.dart @@ -332,7 +332,7 @@ Future showAbout(BuildContext context) async { Text('Version: ${packageInfo.version}'), InkWell( onTap: () async { - const url = 'https://forum.rustdesk.com/'; + const url = 'https://rustdesk.com/'; if (await canLaunch(url)) { await launch(url); }