fixed url for run_prettify.js

This commit is contained in:
tom-edson 2016-10-05 16:40:09 -07:00 committed by GitHub
parent 4daf69a02b
commit 7215727fb2

View File

@ -26,7 +26,7 @@
<!-- Scripts <!-- Scripts
--> -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js"></script> <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<link rel="stylesheet" href="css/github-prettify-theme.css"> <link rel="stylesheet" href="css/github-prettify-theme.css">
<script src="js/site.js"></script> <script src="js/site.js"></script>
@ -662,4 +662,4 @@
<!-- End Document <!-- End Document
--> -->
</body> </body>
</html> </html>