web: Save a 301 redirect from /privacy/ to /policies/privacy.

This commit is contained in:
Alex Vandiver
2023-03-23 03:17:50 +00:00
committed by Tim Abbott
parent b5731c55b7
commit 1d428af776
3 changed files with 3 additions and 3 deletions

View File

@@ -109,7 +109,7 @@
<a href="/help">{{ _("Help center") }}</a>
{% endif %}
<a href="{{ root_domain_uri }}/policies/terms">{{ _("Terms of Service") }}</a>
<a href="{{ root_domain_uri }}/privacy/">{{ _("Privacy policy") }}</a>
<a href="{{ root_domain_uri }}/policies/privacy">{{ _("Privacy policy") }}</a>
{% if corporate_enabled %}
<a href="https://zulip.com/attribution/">{{ _("Website attributions") }}</a>
{% endif %}