[docs] Use existing layout for redirecting html-jsx (#6904)

This commit is contained in:
Paul O’Shannessy 2016-05-26 23:50:55 -07:00
parent b0cb4e850d
commit d87005e0b6
1 changed files with 5 additions and 12 deletions

View File

@ -1,12 +1,5 @@
<!DOCTYPE html>
<html>
<head>
<title>HTML to JSX</title>
<!-- Github Pages lacks basic functionality such as permanent server-side
redirects, so the best we can do is a meta redirect -->
<meta http-equiv="refresh" content="0; url=http://magic.reactjs.net/htmltojsx.htm" />
</head>
<body>
This page has moved to <a href="http://magic.reactjs.net/htmltojsx.htm">http://magic.reactjs.net/htmltojsx.htm</a>
</body>
</html>
---
permalink: html-jsx.html
layout: redirect
dest_url: http://magic.reactjs.net/htmltojsx.htm
---