From cc89a9682bc205a9b1219c047c77709cf61b5ef8 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Fri, 6 Oct 2017 15:21:38 -0700 Subject: [PATCH] Make html-to-jsx redirect permanent --- static/_redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/_redirects b/static/_redirects index 7b7b86b4000..1ce66126961 100644 --- a/static/_redirects +++ b/static/_redirects @@ -1 +1 @@ -/html-jsx.html http://magic.reactjs.net/htmltojsx.htm \ No newline at end of file +/html-jsx.html http://magic.reactjs.net/htmltojsx.htm 301 \ No newline at end of file