Update react links

fb.me is blocked on certain LAN's breaking the example and isn't the recommended link in https://facebook.github.io/react/downloads.html
This commit is contained in:
Hugo Freitas 2016-09-26 09:58:58 -03:00 committed by GitHub
parent 00adb7ae0e
commit 1583c76e3d

View file

@ -8,8 +8,8 @@
</head>
<body>
<div id="app"></div>
<script src="https://fb.me/react-15.1.0.min.js"></script>
<script src="https://fb.me/react-dom-15.1.0.min.js"></script>
<script src="https://unpkg.com/react@15.3.2/dist/react.js"></script>
<script src="https://unpkg.com/react-dom@15.3.2/dist/react-dom.js"></script>
<script src="../ENV.js"></script>
<script src="https://localvoid.github.io/perf-monitor/0.1/perf-monitor.js"></script>
<script src="app.js"></script>