help: Fix "contact us" link in the footer of documentation pages.

This commit is contained in:
David Rosa 2024-02-02 16:22:44 -08:00 committed by Tim Abbott
parent c3208c73a1
commit 8bddaf8df6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
{% if page_is_policy_center %}
<p>Please contact {{ support_email_html_tag }} with any questions about Zulip's policies.</p>
{% else %}
<p>Your feedback helps us make Zulip better for everyone! Please <a href="mailto:{{ support_email }}">contact us</a> with questions, suggestions, and feature requests.</p>
<p>Your feedback helps us make Zulip better for everyone! Please <a href="/help/contact-support">contact us</a> with questions, suggestions, and feature requests.</p>
{% endif %}
{% else %}
<p>Don't see an answer to your question? <a href="mailto:{{ support_email }}">Contact this Zulip server's administrators</a> for support.</p>