mirror of https://github.com/zulip/zulip.git
web: Save a 301 redirect from /support to /support/.
This commit is contained in:
parent
ab7ff6b582
commit
0b80397cfd
|
@ -342,7 +342,7 @@ class TestSupportEndpoint(ZulipTestCase):
|
|||
"""
|
||||
Unspecified org type is special in that it is marked to not be shown
|
||||
on the registration page (because organitions are not meant to be able to choose it),
|
||||
but should be correctly shown at the /support endpoint.
|
||||
but should be correctly shown at the /support/ endpoint.
|
||||
"""
|
||||
realm = get_realm("zulip")
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ additionally encouraged to write a Code of Conduct and link to it from their
|
|||
further guidance on expected behavior in their communities.
|
||||
|
||||
If you encounter a Zulip message or behavior by a Zulip user that appears to
|
||||
violate these rules, please [report it to us](/support). We aim to be thoughtful
|
||||
violate these rules, please [report it to us](/support/). We aim to be thoughtful
|
||||
and judicious in handling reported content. Depending on the severity and scope
|
||||
of the problem, our response may include issuing a warning, removing the
|
||||
content, deactivating user accounts or organizations, and/or reporting the
|
||||
|
|
Loading…
Reference in New Issue