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