mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
HoC Redirect to Talking Tales and Code a Cartoon
This commit is contained in:
parent
0be9b7636e
commit
3cd5e9679b
1 changed files with 10 additions and 0 deletions
|
@ -567,6 +567,16 @@
|
||||||
"pattern": "^/bearstack/?$",
|
"pattern": "^/bearstack/?$",
|
||||||
"redirect": "/ideas"
|
"redirect": "/ideas"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "talking-tales-tutorial-redirect",
|
||||||
|
"pattern": "^/talking-tales/?$",
|
||||||
|
"redirect": "/projects/editor?tutorial=talking"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "code-a-cartoon-tutorial-redirect",
|
||||||
|
"pattern": "^/code-a-cartoon/?$",
|
||||||
|
"redirect": "/projects/331474033/editor/?tutorial=code-cartoon"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "favorite-tutorial-redirect",
|
"name": "favorite-tutorial-redirect",
|
||||||
"pattern": "^/favorite/?$",
|
"pattern": "^/favorite/?$",
|
||||||
|
|
Loading…
Reference in a new issue