Skip to content
This repository has been archived by the owner on Feb 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #13 from cameronbwhite/patch-1
Browse files Browse the repository at this point in the history
Fixed url to McFly.js
  • Loading branch information
colinmegill committed Jun 25, 2015
2 parents 424e428 + 72f1300 commit 3fa63d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 006-flux.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.12.2/react.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.12.2/JSXTransformer.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-router/0.11.6/react-router.js"></script>
<script src="http://kenwheeler.github.io/mcfly/McFly.js"></script>
<script src="https://kenwheeler.github.io/mcfly/McFly.js"></script>
</head>
<body>
<div id="app-container"></div>
Expand Down

0 comments on commit 3fa63d3

Please sign in to comment.