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:
Benjamin Wheeler 2019-05-15 10:56:27 -04:00 committed by GitHub
commit d12551945d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -463,7 +463,7 @@
{
"name": "story-tutorial-redirect",
"pattern": "^/story/?$",
"redirect": "/projects/editor/?tutorial=story"
"redirect": "/projects/editor/?tutorial=tell-a-story"
},
{
"name": "pong-tutorial-redirect",