diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8d349fca4..b62301016 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -22,7 +22,7 @@ _Make sure your have performed every step and checked the applicable boxes befor - [ ] Searched the issue in [issues](https://github.com/emsesp/EMS-ESP32/issues) - [ ] Searched the issue in [discussions](https://github.com/emsesp/EMS-ESP32/discussions) - [ ] Searched the issue in the [docs](https://emsesp.org/Troubleshooting/) -- [ ] Searched the issue in the [chat](https://discord.gg/3J3GgnzpyT) +- [ ] Searched the issue in the [chat](https://discord.gg/GP9DPSgeJq) - [ ] Provide the System information in the area below, taken from `http:///api/system` ```json diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 62c86f614..1deb908ac 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,5 +7,5 @@ contact_links: url: https://github.com/emsesp/EMS-ESP32/discussions about: EMS-ESP usage Questions, Feature Requests and Projects. - name: EMS-ESP Users Chat - url: https://discord.gg/3J3GgnzpyT + url: https://discord.gg/GP9DPSgeJq about: Chat for feedback, questions and troubleshooting. diff --git a/interface/src/app/main/Help.tsx b/interface/src/app/main/Help.tsx index 320b55ba0..e227cb2b2 100644 --- a/interface/src/app/main/Help.tsx +++ b/interface/src/app/main/Help.tsx @@ -120,7 +120,7 @@ const HelpComponent = () => { label: () => LL.HELP_INFORMATION_1() }, { - href: 'https://discord.gg/3J3GgnzpyT', + href: 'https://discord.gg/GP9DPSgeJq', icon: , label: () => LL.HELP_INFORMATION_2() },