mirror of https://github.com/zulip/zulip.git
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:
parent
4ab824dc4c
commit
20fb9af974
|
@ -21,6 +21,7 @@ POLICY_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
|||
|
||||
HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
||||
# 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/add-custom-profile-fields",
|
||||
|
|
Loading…
Reference in New Issue