Commit 39b14007 authored by chrisgarrity's avatar chrisgarrity Committed by GitHub

Handle /help redirect (#1363)

parent 80ae291b
This diff is collapsed.
...@@ -151,6 +151,12 @@ ...@@ -151,6 +151,12 @@
"routeAlias": "/go/?\\??", "routeAlias": "/go/?\\??",
"redirect": "/tips" "redirect": "/tips"
}, },
{
"name": "help",
"pattern": "^/help/?(\\?.*)?$",
"routeAlias": "/help/?\\??",
"redirect": "/tips"
},
{ {
"name": "tips", "name": "tips",
"pattern": "^/tips/?(\\?.*)?$", "pattern": "^/tips/?(\\?.*)?$",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment