Skip to content

Commit 2619e39

Browse files
committed
Update most remaining links to https
1 parent 7364688 commit 2619e39

15 files changed

+17
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Eloquent JavaScript
22

33
These are the sources used to build the third edition of Eloquent
4-
JavaScript (http://eloquentjavascript.net).
4+
JavaScript (https://eloquentjavascript.net).
55

66
Feedback welcome, in the form of issues and pull requests.
77

code/skillsharing/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"url": "http://opensource.org/licenses/MIT"
1313
}
1414
],
15-
"bugs": "http://github.com/marijnh/Eloquent-JavaScript/issues",
16-
"homepage": "http://eloquentjavascript.net/21_skillsharing.html",
15+
"bugs": "https://github.com/marijnh/Eloquent-JavaScript/issues",
16+
"homepage": "https://eloquentjavascript.net/21_skillsharing.html",
1717
"maintainers": [
1818
{
1919
"name": "Marijn Haverbeke",

code/solutions/14_3_the_cats_hat.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<meta charset="utf8">
33

4-
<base href="http://eloquentjavascript.net/">
4+
<base href="https://eloquentjavascript.net/">
55

66
<style>body { min-height: 200px }</style>
77
<img src="img/cat.png" id="cat" style="position: absolute">

code/solutions/16_1_game_over.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22

3-
<base href="http://eloquentjavascript.net/">
3+
<base href="https://eloquentjavascript.net/">
44
<script src="code/levels.js"></script>
55
<script src="code/chapter/16_game.js"></script>
66

code/solutions/16_2_pausing_the_game.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22

3-
<base href="http://eloquentjavascript.net/">
3+
<base href="https://eloquentjavascript.net/">
44
<script src="code/levels.js"></script>
55
<script src="code/chapter/16_game.js"></script>
66

code/solutions/16_3_a_monster.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22

3-
<base href="http://eloquentjavascript.net/">
3+
<base href="https://eloquentjavascript.net/">
44
<script src="code/levels.js"></script>
55
<script src="code/chapter/16_game.js"></script>
66

code/solutions/17_2_the_pie_chart.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22

3-
<base href="http://eloquentjavascript.net/">
3+
<base href="https://eloquentjavascript.net/">
44
<script src="code/chapter/16_canvas.js"></script>
55

66
<canvas width="600" height="300"></canvas>

code/solutions/19_1_keyboard_bindings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22

3-
<base href="http://eloquentjavascript.net/">
3+
<base href="https://eloquentjavascript.net/">
44
<script src="code/chapter/19_paint.js"></script>
55

66
<div></div>

code/solutions/19_2_efficient_drawing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22

3-
<base href="http://eloquentjavascript.net/">
3+
<base href="https://eloquentjavascript.net/">
44
<script src="code/chapter/19_paint.js"></script>
55

66
<div></div>

code/solutions/19_3_circles.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22

3-
<base href="http://eloquentjavascript.net/">
3+
<base href="https://eloquentjavascript.net/">
44
<script src="code/chapter/19_paint.js"></script>
55

66
<div></div>

0 commit comments

Comments
 (0)