Move to ha-client.app

This commit is contained in:
Yegor Vialov
2020-02-12 13:22:26 +00:00
parent c8d7e1a95f
commit f495a6affc
7 changed files with 13 additions and 13 deletions

View File

@ -244,7 +244,7 @@ class _HAClientAppState extends State<HAClientApp> {
appBar: new AppBar(
leading: IconButton(
icon: Icon(Icons.help),
onPressed: () => Launcher.launchURLInCustomTab(context: context, url: "http://ha-client.estevez.dev/docs#authentication")
onPressed: () => Launcher.launchURLInCustomTab(context: context, url: "http://ha-client.app/docs#authentication")
),
title: new Text("Login with HA"),
actions: <Widget>[