Skip to content

Commit

Permalink
Merge pull request #271 from lukekarrys/patch-1
Browse files Browse the repository at this point in the history
Use cdn.rawgit.com instead of rawgithub.com
  • Loading branch information
svozza committed Apr 16, 2015
2 parents dda2e82 + 2b28a16 commit 04e9f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link rel="stylesheet" href="css/highland.css">
<link rel="stylesheet" href="css/highlight.github.css">
<script src="js/vendor/modernizr.js"></script>
<script src="https://rawgithub.com/caolan/highland/master/dist/highland.js" type="text/javascript"></script>
<script src="https://cdn.rawgit.com/caolan/highland/2.4.0/dist/highland.js" type="text/javascript"></script>

</head>
<body>
Expand Down

0 comments on commit 04e9f85

Please sign in to comment.