mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #4291 from Accio1/Add-Redirects-for-2-Tutorials
Add redirects for Animate a Character and Video Sensing Tutorials
This commit is contained in:
commit
b33bdfa306
1 changed files with 10 additions and 0 deletions
|
@ -505,6 +505,16 @@
|
|||
"pattern": "^/pong/?$",
|
||||
"redirect": "/projects/editor/?tutorial=pong"
|
||||
},
|
||||
{
|
||||
"name": "animateacharacter-tutorial-redirect",
|
||||
"pattern": "^/animate-a-character/?$",
|
||||
"redirect": "/projects/editor/?tutorial=animate-a-character"
|
||||
},
|
||||
{
|
||||
"name": "videosensing-tutorial-redirect",
|
||||
"pattern": "^/video-sensing/?$",
|
||||
"redirect": "/projects/editor/?tutorial=video-sensing"
|
||||
},
|
||||
{
|
||||
"name": "clicker-tutorial-redirect",
|
||||
"pattern": "^/clicker/?$",
|
||||
|
|
Loading…
Reference in a new issue