Skip to content

Commit fa6dd54

Browse files
Martijn van der LeeMartijn van der Lee
Martijn van der Lee
authored and
Martijn van der Lee
committed
Fixed CDN links to Prettify
1 parent 08d7db3 commit fa6dd54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
<script src="https://cdnjs.cloudflare.com/ajax/libs/pagedown/1.0/Markdown.Converter.min.js"></script>
1414

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

1919
<!-- Index -->
2020
<style>

0 commit comments

Comments
 (0)