Skip to content

Commit 3f02d9f

Browse files
Merge pull request #38 from delfanbaum/patch-1
Default to https for static link
2 parents 7e703b3 + 684e13d commit 3f02d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<title>{{ page.title }}</title>
55
<!-- link to main stylesheet -->
6-
<link rel="stylesheet" type="text/css" href="http://oreillymedia.github.io/production-resources/css/main.css">
6+
<link rel="stylesheet" type="text/css" href="https://oreillymedia.github.io/production-resources/css/main.css">
77
</head>
88
<body>
99
<nav>

0 commit comments

Comments
 (0)