From 2e0c663d29209466af3d5fdebe5061b25879975d Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Thu, 5 Oct 2017 14:45:04 -0700 Subject: [PATCH] Fixed link to HTML-to-JSX online transform --- README-htmltojsx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-htmltojsx.md b/README-htmltojsx.md index 631db91..6b11bdf 100644 --- a/README-htmltojsx.md +++ b/README-htmltojsx.md @@ -10,7 +10,7 @@ Installation npm install htmltojsx ``` -Alternatively, a web-based version is available at http://facebook.github.io/react/html-jsx.html +Alternatively, a web-based version is available at http://magic.reactjs.net/htmltojsx.htm Usage =====