From d3349102de0f5b3ee8a294ad459dec454c60406c Mon Sep 17 00:00:00 2001 From: Fanny Vieira Date: Sat, 7 Oct 2017 09:41:29 -0300 Subject: [PATCH] fix redirect file --- static/_redirects | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/_redirects b/static/_redirects index e44b3d792..7db75e0c6 100644 --- a/static/_redirects +++ b/static/_redirects @@ -1,2 +1,2 @@ /html-jsx.html http://magic.reactjs.net/htmltojsx.htm 301 -/tips/controlled-input-null-value.html /docs/forms.html#controlled-components \ No newline at end of file +/tips/controlled-input-null-value.html /docs/forms.html#controlled-input-null-value \ No newline at end of file