Skip to content

Commit

Permalink
Update babel link (#7837)
Browse files Browse the repository at this point in the history
(cherry picked from commit e321962)
ericdouglas authored and zpao committed Oct 3, 2016
1 parent ecd6627 commit 53d16f8
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
@@ -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>

0 comments on commit 53d16f8

Please sign in to comment.