From d8026a487e4dfac5e0a5c01b1e8602fc7e125e82 Mon Sep 17 00:00:00 2001 From: Ben Wheeler Date: Tue, 14 May 2019 13:57:36 -0400 Subject: [PATCH] change /story redirect from tutorial=story to tutorial=tell-a-story --- src/routes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes.json b/src/routes.json index cd90bd92b..43ea0737a 100644 --- a/src/routes.json +++ b/src/routes.json @@ -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",