help: Rename add-custom-emoji -> custom-emoji.

This commit is contained in:
Alya Abbott
2021-09-17 15:52:26 -07:00
committed by Tim Abbott
parent 1ee482ba9a
commit 302aba035a
15 changed files with 22 additions and 17 deletions

View File

@@ -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),