Skip to content

Commit 6c5da70

Browse files
committed
https links
1 parent ae1c051 commit 6c5da70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dist/pre.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<link rel="stylesheet" type="text/css" href="main.css">
1010
<link rel="icon" type="image/x-icon" href="/favicon.png">
1111
<!--[if IE]> <link rel="stylesheet" type="text/css" href="ie.css" /> <![endif]-->
12-
<link rel="stylesheet" type="text/css" href="http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojox/highlight/resources/highlight.css">
12+
<link rel="stylesheet" type="text/css" href="https://ajax.googleapis.com/ajax/libs/dojo/1.4/dojox/highlight/resources/highlight.css">
1313

14-
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
14+
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
1515
<script type="text/javascript" src="init.js"></script>
16-
<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.4/dojo/dojo.xd.js"></script>
16+
<script src="https://ajax.googleapis.com/ajax/libs/dojo/1.4/dojo/dojo.xd.js"></script>
1717
<script type="text/javascript">
1818
dojo.require("dojox.highlight");
1919
dojo.require("dojox.highlight.languages.javascript");

0 commit comments

Comments
 (0)