mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #3488 from kosiecki17/kosiecki17-HoC-Redirects
HoC Redirect to Talking Tales and Code a Cartoon
This commit is contained in:
commit
3bd92cf092
1 changed files with 10 additions and 0 deletions
|
@ -567,6 +567,16 @@
|
|||
"pattern": "^/bearstack/?$",
|
||||
"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",
|
||||
"pattern": "^/favorite/?$",
|
||||
|
|
Loading…
Reference in a new issue