update discord URL

This commit is contained in:
proddy
2026-01-28 21:47:13 +01:00
parent 95f7e66cff
commit 758d76051f
3 changed files with 3 additions and 3 deletions

View File

@@ -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 [issues](https://github.com/emsesp/EMS-ESP32/issues)
- [ ] Searched the issue in [discussions](https://github.com/emsesp/EMS-ESP32/discussions) - [ ] 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 [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://<IP>/api/system` - [ ] Provide the System information in the area below, taken from `http://<IP>/api/system`
```json ```json

View File

@@ -7,5 +7,5 @@ contact_links:
url: https://github.com/emsesp/EMS-ESP32/discussions url: https://github.com/emsesp/EMS-ESP32/discussions
about: EMS-ESP usage Questions, Feature Requests and Projects. about: EMS-ESP usage Questions, Feature Requests and Projects.
- name: EMS-ESP Users Chat - name: EMS-ESP Users Chat
url: https://discord.gg/3J3GgnzpyT url: https://discord.gg/GP9DPSgeJq
about: Chat for feedback, questions and troubleshooting. about: Chat for feedback, questions and troubleshooting.

View File

@@ -120,7 +120,7 @@ const HelpComponent = () => {
label: () => LL.HELP_INFORMATION_1() label: () => LL.HELP_INFORMATION_1()
}, },
{ {
href: 'https://discord.gg/3J3GgnzpyT', href: 'https://discord.gg/GP9DPSgeJq',
icon: <CommentIcon />, icon: <CommentIcon />,
label: () => LL.HELP_INFORMATION_2() label: () => LL.HELP_INFORMATION_2()
}, },