Skip to content

Commit 03042a9

Browse files
committed
Switch library links to https
Right now, the libraries fail to load if the page is loaded over https, because they're http links.
1 parent f4bd540 commit 03042a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
55
<title>Explain Git with D3</title>
6-
<script data-main="js/main" src="http://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.4/require.min.js"></script>
7-
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/normalize/2.1.0/normalize.css">
8-
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/1140/2.0/1140.css">
6+
<script data-main="js/main" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.4/require.min.js"></script>
7+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/2.1.0/normalize.css">
8+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/1140/2.0/1140.css">
99
<link rel="stylesheet" href="css/explaingit.css">
1010
</head>
1111
<body>
@@ -714,4 +714,4 @@ <h2>Specific Examples</h2>
714714
});
715715
</script>
716716
</body>
717-
</html>
717+
</html>

0 commit comments

Comments
 (0)