Skip to content

Commit

Permalink
Update babel link (#7837)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdouglas authored and zpao committed Sep 30, 2016
1 parent 16ac141 commit e321962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-[email protected]/browser.min.js"></script>
<script src="https://unpkg.com/babel-[email protected]/babel.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/jquery.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/remarkable.min.js"></script>
</head>
Expand Down

0 comments on commit e321962

Please sign in to comment.