Skip to content

Commit

Permalink
Fix examples bundle link
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Jul 11, 2016
1 parent f872c04 commit 87371ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.2.0/mode/javascript/javascript.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.2.0/mode/xml/xml.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.2.0/addon/mode/multiplex.js"></script>
<script src="/static/bundle.js"></script>
</html>
<script src="static/bundle.js"></script>
</html>

0 comments on commit 87371ae

Please sign in to comment.