Skip to content

Commit

Permalink
Fix HTML to JSX converter to work with https
Browse files Browse the repository at this point in the history
  • Loading branch information
waldreiter committed Mar 18, 2015
1 parent d86790f commit 89b1733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/html-jsx.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 89b1733

Please sign in to comment.