mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
help: Add redirect for help/configure-default-view.
Adds URL redirect that was missed in commit 73710e1cf0 when
`change-default-view.md` was renamed to `configure-default-view.md`.
This commit is contained in:
committed by
Tim Abbott
parent
4ab824dc4c
commit
20fb9af974
@@ -21,6 +21,7 @@ POLICY_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
|||||||
|
|
||||||
HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
||||||
# Add URL redirects for help center documentation here:
|
# Add URL redirects for help center documentation here:
|
||||||
|
URLRedirect("/help/change-default-view", "/help/configure-default-view"),
|
||||||
URLRedirect("/help/recent-topics", "/help/recent-conversations"),
|
URLRedirect("/help/recent-topics", "/help/recent-conversations"),
|
||||||
URLRedirect(
|
URLRedirect(
|
||||||
"/help/add-custom-profile-fields",
|
"/help/add-custom-profile-fields",
|
||||||
|
|||||||
Reference in New Issue
Block a user