From 66a71c72b48c01cf0d8db6bd666d5a97b81859b3 Mon Sep 17 00:00:00 2001 From: Sophie Alpert Date: Fri, 28 Dec 2018 17:02:11 -0800 Subject: [PATCH] Add /tutorial redirect --- static/_redirects | 1 + 1 file changed, 1 insertion(+) diff --git a/static/_redirects b/static/_redirects index 289fb61c6..247baaba4 100644 --- a/static/_redirects +++ b/static/_redirects @@ -1,3 +1,4 @@ /html-jsx.html https://magic.reactjs.net/htmltojsx.htm 301 /tips/controlled-input-null-value.html /docs/forms.html#controlled-input-null-value /hooks /docs/hooks-intro.html +/tutorial /tutorial/tutorial.html