Browse Source

Change script src for htmltojsx.min.js to referral target to fix https error

main
Bill Blanchard 9 years ago
parent
commit
5774d84c22
  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="https://reactjs.github.io/react-magic/htmltojsx.min.js"></script>
<script src="https://reactcommunity.org/react-magic/htmltojsx.min.js"></script>
<script src="js/html-jsx.js"></script>
</div>

Loading…
Cancel
Save