From 3a33706235ef7abd0aad7fb57d702adf0f6bd6eb Mon Sep 17 00:00:00 2001 From: jakub-tldr <78603704+jakub-tldr@users.noreply.github.com> Date: Wed, 14 Jan 2026 11:46:41 +0100 Subject: [PATCH 1/3] remove matrix information --- README.md | 4 ---- web/src/i18n/en/index.ts | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 2816b702b3..6798f96afb 100644 --- a/README.md +++ b/README.md @@ -171,10 +171,6 @@ Here is a [dedicated view for **good first bugs**](https://github.com/orgs/DefGu See the [documentation](https://docs.defguard.net/) for more information. -## Community and Support - -Find us on Matrix: [#defguard:teonite.com](https://matrix.to/#/#defguard:teonite.com) - ## License The code in this repository is available under a dual licensing model: diff --git a/web/src/i18n/en/index.ts b/web/src/i18n/en/index.ts index 19f4cf9a2a..d529d3e917 100644 --- a/web/src/i18n/en/index.ts +++ b/web/src/i18n/en/index.ts @@ -2362,7 +2362,7 @@ Licensing information: [https://docs.defguard.net/enterprise/license](https://do debugDataCard: { title: 'Support data', body: ` -If you need assistance or you were asked to generate support data by our team (for example on our Matrix support channel: **#defguard-support:teonite.com**), you have two options: +If you need assistance or you were asked to generate support data by our team you have two options: * Either you can configure SMTP settings and click "Send support data" * Or click "Download support data" and create a bug report in our GitHub attaching this file. `, From 961737f418172f4ecddfaea6d73d206a6a3c97b6 Mon Sep 17 00:00:00 2001 From: jakub-tldr <78603704+jakub-tldr@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:14:36 +0100 Subject: [PATCH 2/3] add link --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6798f96afb..ecfd072a39 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,10 @@ Here is a [dedicated view for **good first bugs**](https://github.com/orgs/DefGu See the [documentation](https://docs.defguard.net/) for more information. +## Community and Support + +If you encounter any issues with Defguard, you can reach out to our community for support via [GitHub Discussions](https://github.com/DefGuard/defguard/discussions/new/choose) + ## License The code in this repository is available under a dual licensing model: From 793db142321d439f16a4e9be69187efdff8a7b12 Mon Sep 17 00:00:00 2001 From: jakub-tldr <78603704+jakub-tldr@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:29:45 +0100 Subject: [PATCH 3/3] change description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecfd072a39..d63b6b053a 100644 --- a/README.md +++ b/README.md @@ -173,7 +173,7 @@ See the [documentation](https://docs.defguard.net/) for more information. ## Community and Support -If you encounter any issues with Defguard, you can reach out to our community for support via [GitHub Discussions](https://github.com/DefGuard/defguard/discussions/new/choose) +Reach out to our community via [GitHub Discussions](https://github.com/DefGuard/defguard/discussions/new/choose) ## License