Skip to content

Commit a95abb5

Browse files
committed
Updated https in tutorials
1 parent ed23b6b commit a95abb5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

tutorials/Basics and Best Practices/sample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title></title>
55
</head>
66
<body onload="init()">
7-
<script src="http://code.createjs.com/soundjs-0.6.1.min.js"></script>
7+
<script src="https://code.createjs.com/soundjs-0.6.2.min.js"></script>
88

99
<script>
1010
function init() {

tutorials/Mobile Safe Approach/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2>Introduction</h2>
4848
&lt;/head&gt;
4949

5050
&lt;body onload="init()"&gt;
51-
&lt;script src="http://code.createjs.com/soundjs-0.5.2.min.js"/&gt;
51+
&lt;script src="https://code.createjs.com/soundjs-0.6.2.min.js"/&gt;
5252

5353
&lt;script&gt;
5454
function init() {
@@ -160,7 +160,7 @@ <h3>Ready to Rock</h3>
160160
&lt;body onload="init()"&gt;
161161
&lt;h1 id="status"&gt;Hello World.&lt;/h1&gt;
162162

163-
&lt;script src="http://code.createjs.com/soundjs-0.5.2.min.js"&gt;&lt;/script&gt;
163+
&lt;script src="https://code.createjs.com/soundjs-0.6.2.min.js"&gt;&lt;/script&gt;
164164

165165
&lt;script&gt;
166166
var displayMessage = null;
@@ -351,7 +351,7 @@ <h3>Ready to Rock Everywhere</h3>
351351
&lt;body onload="init()"&gt;
352352
&lt;h1 id="status"&gt;Hello World.&lt;/h1&gt;
353353

354-
&lt;script src="http://code.createjs.com/soundjs-0.5.2.min.js"&gt;&lt;/script&gt;
354+
&lt;script src="https://code.createjs.com/soundjs-0.6.2.min.js"&gt;&lt;/script&gt;
355355

356356
&lt;script&gt;
357357
var display;

tutorials/Mobile Safe Approach/sample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<body onload="init()">
88
<h1 id="status">Hello World.</h1>
99

10-
<script src="http://code.createjs.com/soundjs-0.6.1.min.js"></script>
10+
<script src="https://code.createjs.com/soundjs-0.6.2.min.js"></script>
1111

1212
<script>
1313
var display;

tutorials/SoundJS and PreloadJS/internalPreloading.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>SoundJS demo: Internal Preloading</title>
55
<link href="../_shared/demo.css" rel="stylesheet" type="text/css">
6-
<script src="http://code.createjs.com/soundjs-0.6.1.min.js"></script>
6+
<script src="https://code.createjs.com/soundjs-0.6.2.min.js"></script>
77

88
<script>
99

tutorials/SoundJS and PreloadJS/preloadjs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<title>SoundJS demo: Using PreloadJS</title>
55
<link href="../_shared/demo.css" rel="stylesheet" type="text/css">
6-
<script src="http://code.createjs.com/soundjs-0.6.1.min.js"></script>
7-
<script src="http://code.createjs.com/preloadjs-0.6.1.min.js"></script>
6+
<script src="https://code.createjs.com/soundjs-0.6.2.min.js"></script>
7+
<script src="https://code.createjs.com/preloadjs-0.6.2.min.js"></script>
88

99
<script>
1010

0 commit comments

Comments
 (0)