mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
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:
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user