From 71d7fd8a4694a2d6a60e987a035eec25b99524d2 Mon Sep 17 00:00:00 2001 From: Andy Pai Date: Fri, 18 Oct 2024 11:59:27 -0600 Subject: [PATCH] redirect /community/forum/category to /community/forum/categories (#3338) * redirect /community/forum/category to /community/forum/categories * moved forum category redirect to prefix section * fixed typo --------- Co-authored-by: Andy Pai --- src/redirects.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/redirects.json b/src/redirects.json index 9008e64ffd..488277fb28 100644 --- a/src/redirects.json +++ b/src/redirects.json @@ -608,7 +608,8 @@ ["/learn/expert-advice/authentication/spa", "/articles/login-authentication-workflows/spa"], ["/learn/expert-advice/authentication/mobile", "/articles/login-authentication-workflows/mobile"], ["/learn/expert-advice/authentication/webapp", "/articles/login-authentication-workflows/webapp"], - ["/learn/expert-advice", "/articles"] + ["/learn/expert-advice", "/articles"], + ["/community/forum/category", "/community/forum/categories"] ], "redirectsByRegex": [ ["^/blog/(category|tag|author)/([^/]*)$", "$&/"],