Update github urls

This commit is contained in:
Yegor Vialov 2020-05-29 18:38:57 +00:00
parent c4a0b16553
commit be49180205
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ class MobileAppIntegrationManager {
positiveText: "Report issue",
negativeText: "Close",
onPositive: () {
Launcher.launchURLInBrowser("https://github.com/estevez-dev/ha_client/issues/new");
Launcher.launchURLInBrowser("https://github.com/estevez-dev/ha_client/issues/new/choose");
}
)
));

View File

@ -301,7 +301,7 @@ class _MainPageState extends State<MainPage> with WidgetsBindingObserver, Ticker
title: Text("Report an issue"),
onTap: () {
Navigator.of(context).pop();
Launcher.launchURLInBrowser("https://github.com/estevez-dev/ha_client/issues/new");
Launcher.launchURLInBrowser("https://github.com/estevez-dev/ha_client/issues/new/choose");
},
),
Divider(),