mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
help: Rename add-custom-emoji -> custom-emoji.
This commit is contained in:
@@ -775,6 +775,10 @@ urls += [
|
||||
"help/only-allow-admins-to-add-emoji",
|
||||
RedirectView.as_view(url="/help/configure-who-can-add-custom-emoji", permanent=True),
|
||||
),
|
||||
path(
|
||||
"help/add-custom-emoji",
|
||||
RedirectView.as_view(url="/help/custom-emoji", permanent=True),
|
||||
),
|
||||
path("help/", help_documentation_view),
|
||||
path("help/<path:article>", help_documentation_view),
|
||||
path("api/", api_documentation_view),
|
||||
|
||||
Reference in New Issue
Block a user