mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #2971 from benjiwheeler/story-link-correct
change /story redirect from tutorial=story to tutorial=tell-a-story
This commit is contained in:
commit
d12551945d
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@
|
||||||
{
|
{
|
||||||
"name": "story-tutorial-redirect",
|
"name": "story-tutorial-redirect",
|
||||||
"pattern": "^/story/?$",
|
"pattern": "^/story/?$",
|
||||||
"redirect": "/projects/editor/?tutorial=story"
|
"redirect": "/projects/editor/?tutorial=tell-a-story"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pong-tutorial-redirect",
|
"name": "pong-tutorial-redirect",
|
||||||
|
|
Loading…
Reference in a new issue