Browse Source

Fix HTML to JSX converter to work with https

main
Stefan Dombrowski 10 years ago
parent
commit
a88d01c073
  1. 2
      html-jsx.md

2
html-jsx.md

@ -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>

Loading…
Cancel
Save