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:
Lauryn Menard
2023-01-31 19:55:12 +01:00
committed by Tim Abbott
parent 4ab824dc4c
commit 20fb9af974

View File

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