From 3cd5e9679b6e8f27d1606ba6e1bdc772e7ba3507 Mon Sep 17 00:00:00 2001 From: kosiecki17 Date: Wed, 30 Oct 2019 15:23:20 -0400 Subject: [PATCH] HoC Redirect to Talking Tales and Code a Cartoon --- src/routes.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/routes.json b/src/routes.json index a56e82126..3b6621946 100644 --- a/src/routes.json +++ b/src/routes.json @@ -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/?$",