Skip to content

Commit c8b3153

Browse files
committed
upgrade to latest react, jquery, use cdnjs
1 parent df8e057 commit c8b3153

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<title>Hello React</title>
55
<!-- Not present in the tutorial. Just for basic styling. -->
66
<link rel="stylesheet" href="css/base.css" />
7-
<script src="http://fb.me/react-0.10.0.js"></script>
8-
<script src="http://fb.me/JSXTransformer-0.10.0.js"></script>
9-
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
7+
<script src="http://cdnjs.cloudflare.com/ajax/libs/react/0.11.1/react.js"></script>
8+
<script src="http://cdnjs.cloudflare.com/ajax/libs/react/0.11.1/JSXTransformer.js"></script>
9+
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
1010
<script src="http://cdnjs.cloudflare.com/ajax/libs/showdown/0.3.1/showdown.min.js"></script>
1111
</head>
1212
<body>

0 commit comments

Comments
 (0)