Merge pull request #3456 from cody/html-jsx

Fix HTML to JSX converter to work with https
This commit is contained in:
Ben Alpert 2015-03-19 12:45:41 -07:00
commit 1a102a2ed8
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ id: html-jsx
<div class="jsxCompiler">
<h1>HTML to JSX Compiler</h1>
<div id="jsxCompiler"></div>
<script src="http://reactjs.github.io/react-magic/htmltojsx.min.js"></script>
<script src="https://reactjs.github.io/react-magic/htmltojsx.min.js"></script>
<script src="js/html-jsx.js"></script>
</div>