Browse Source

Update babel link (#7837)

main
Eric Douglas 8 years ago
committed by Paul O’Shannessy
parent
commit
18196d304a
  1. 2
      docs/tutorial.md

2
docs/tutorial.md

@ -43,7 +43,7 @@ For this tutorial, we're going to make it as easy as possible. Included in the s
<title>React Tutorial</title>
<script src="https://unpkg.com/react@{{site.react_version}}/dist/react.js"></script>
<script src="https://unpkg.com/react-dom@{{site.react_version}}/dist/react-dom.js"></script>
<script src="https://unpkg.com/babel-core@5.8.38/browser.min.js"></script>
<script src="https://unpkg.com/babel-standalone@6.15.0/babel.min.js"></script>
<script src="https://unpkg.com/jquery@3.1.0/dist/jquery.min.js"></script>
<script src="https://unpkg.com/remarkable@1.6.2/dist/remarkable.min.js"></script>
</head>

Loading…
Cancel
Save