From 0a21d9c6905130abe7551c017ab16b1f72fcb162 Mon Sep 17 00:00:00 2001 From: Yegor Vialov Date: Sat, 17 Nov 2018 22:55:04 +0200 Subject: [PATCH] Fix repository url --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index 5c9deb0..6e8231b 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -376,7 +376,7 @@ class _MainPageState extends State with WidgetsBindingObserver { title: Text("Report an issue"), onTap: () { Navigator.of(context).pop(); - HAUtils.launchURL("https://github.com/estevez-dev/ha_client_pub/issues/new"); + HAUtils.launchURL("https://github.com/estevez-dev/ha_client/issues/new"); }, ), Divider(),