Skip to content

Commit

Permalink
Fixed CDN links to Prettify
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn van der Lee authored and Martijn van der Lee committed Jul 2, 2016
1 parent 08d7db3 commit fa6dd54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/pagedown/1.0/Markdown.Converter.min.js"></script>

<!-- Prettyprint -->
<link href="https://google-code-prettify.googlecode.com/svn/loader/prettify.css" rel="stylesheet" type="text/css"/>
<script src="https://google-code-prettify.googlecode.com/svn/loader/prettify.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.css" rel="stylesheet" type="text/css"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/prettify.min.js"></script>

<!-- Index -->
<style>
Expand Down

0 comments on commit fa6dd54

Please sign in to comment.