Skip to content

Commit a325221

Browse files
committed
Web: redirect /rules to Help Center community values category
Closes #8775
1 parent 0bb6428 commit a325221

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/web/redirects.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ module.exports = {
55
destination: "https://help.couchers.org",
66
permanent: false,
77
},
8+
{
9+
source: "/rules",
10+
destination:
11+
"https://help.couchers.org/hc/couchersorg-help-center/en/categories/community-values-safety-and-trust",
12+
permanent: false,
13+
},
814
{
915
source: "/volunteer/form",
1016
destination:

0 commit comments

Comments
 (0)