Commit 44e64aed authored by chrisgarrity's avatar chrisgarrity

Add missing tutorial shortcuts

Add `/bird` and `/makeitfly` as redirects to the tips page.

When the Fly tutorial is created /mak
parent e246c6a7
......@@ -478,6 +478,13 @@
{
"name": "fly-tutorial-redirect",
"pattern": "^/fly/?$",
"routeAlias": "/(makeit)?fly/?$",
"redirect": "/tips"
},
{
"name": "makeitfly-tutorial-redirect",
"pattern": "^/makeitfly/?$",
"routeAlias": "/(makeit)?fly/?$",
"redirect": "/tips"
},
{
......@@ -554,5 +561,10 @@
"name": "makey-tutorial-redirects",
"pattern": "^/makey(piano|drum)?/?$",
"redirect": "/tips"
},
{
"name": "bird-redirect",
"pattern": "^/bird/?$",
"redirect": "/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