Merge pull request #6089 from chromakey/bb-fix-htmltojsx-script-link

Fix script source HTTPS error in html-jsx.md doc
This commit is contained in:
Paul O’Shannessy
2016-02-22 14:37:26 -08:00
+1 -1
View File
@@ -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>