diff --git a/README.md b/README.md index c47ccb4..0811a41 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Visit [ha-client.app](http://ha-client.app/) for more info. Download the app from [Google Play](https://play.google.com/apps/testing/com.keyboardcrumbs.haclient) -Discuss it on [Discord](https://discord.gg/nd6FZQ) or at [Home Assistant community](https://community.home-assistant.io/c/mobile-apps/ha-client-android) +Discuss it on [Discord](https://discord.gg/u9vq7QE) or at [Home Assistant community](https://community.home-assistant.io/c/mobile-apps/ha-client-android) [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/estevez-dev/ha_client) diff --git a/lib/managers/mobile_app_integration_manager.class.dart b/lib/managers/mobile_app_integration_manager.class.dart index 6d893ea..ec9ce02 100644 --- a/lib/managers/mobile_app_integration_manager.class.dart +++ b/lib/managers/mobile_app_integration_manager.class.dart @@ -122,7 +122,7 @@ class MobileAppIntegrationManager { Launcher.launchURLInBrowser("https://github.com/estevez-dev/ha_client/issues/new"); }, onNegative: () { - Launcher.launchURLInBrowser("https://discord.gg/AUzEvwn"); + Launcher.launchURLInBrowser("https://discord.gg/u9vq7QE"); }, ) )); diff --git a/lib/pages/main/main.page.dart b/lib/pages/main/main.page.dart index 7b621f5..d1a47f1 100644 --- a/lib/pages/main/main.page.dart +++ b/lib/pages/main/main.page.dart @@ -377,7 +377,7 @@ class _MainPageState extends State with WidgetsBindingObserver, Ticker title: Text("Contacts/Discussion"), onTap: () { Navigator.of(context).pop(); - Launcher.launchURLInBrowser("https://discord.gg/nd6FZQ"); + Launcher.launchURLInBrowser("https://discord.gg/u9vq7QE"); }, ), new ListTile(