Skip to content

Commit

Permalink
redirect /community/forum/category to /community/forum/categories (#3338
Browse files Browse the repository at this point in the history
)

* redirect /community/forum/category to /community/forum/categories

* moved forum category redirect to prefix section

* fixed typo

---------

Co-authored-by: Andy Pai <[email protected]>
  • Loading branch information
andrewpai and fusionandy authored Oct 18, 2024
1 parent 878dab9 commit 71d7fd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)/([^/]*)$", "$&/"],
Expand Down

0 comments on commit 71d7fd8

Please sign in to comment.