Skip to content

Commit

Permalink
Merge pull request #1391 from chrisgarrity/issue/redirect-routes
Browse files Browse the repository at this point in the history
update /help and /info routes
  • Loading branch information
chrisgarrity committed Jun 29, 2017
2 parents 7a44be5 + ece3d4a commit 89a8c3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/routes.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,14 @@
},
{
"name": "help",
"pattern": "^/help/?$",
"routeAlias": "/help",
"pattern": "^/help/?(\\?.*)?$",
"routeAlias": "^/help/?(\\?.*)?$",
"redirect": "/tips"
},
{
"name": "info-redirect",
"pattern": "^/info/?$",
"routeAlias": "/info",
"pattern": "^/info/?(\\?.*)?$",
"routeAlias": "^/info/?(\\?.*)?$",
"redirect": "/tips"
},
{
Expand All @@ -180,7 +180,7 @@
{
"name": "credits",
"pattern": "^/info/credits/?$",
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq)/?$",
"routeAlias": "/info/(cards|communityblocks-interviews|credits|faq|donate)/?$",
"view": "credits/credits",
"title": "Credits"
},
Expand Down

0 comments on commit 89a8c3f

Please sign in to comment.