From cb8ecc61434746bf3dd33eefbedab2703590c09e Mon Sep 17 00:00:00 2001 From: Shubham Padia Date: Tue, 29 Jul 2025 14:28:00 +0000 Subject: [PATCH] help: Point mailto to {{ support_email }} instead of zulip cloud email. We were displaying the email as `{{ support_email }}` but we were not changing the mailto link to point to that email. This commit fixes that. --- help/deactivate-your-organization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help/deactivate-your-organization.md b/help/deactivate-your-organization.md index 32eadae1e6..e8fa3bd7d6 100644 --- a/help/deactivate-your-organization.md +++ b/help/deactivate-your-organization.md @@ -25,7 +25,7 @@ organization's data will be permanently deleted. A deactivated organization can be restored until its data is deleted. If you deactivated your organization by accident, please contact -[{{ support_email }}](mailto:support@zulip.com) as soon as possible. +[{{ support_email }}](mailto:{{ support_email }}) as soon as possible. ## Related articles