Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 3976a86

Browse files
committed
Use https for the w3c stylesheet
1 parent 2eb84b3 commit 3976a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
pre strong { color: black; font: inherit; font-weight: bold; background: yellow; }
1111
.XXX { color: #E50000; background: white; border: solid red; padding: 0.5em; margin: 1em 0; }
1212
</style>
13-
<link class=not-whatwg rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
13+
<link class=not-whatwg rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-[STATUS]">
1414
<link class=not-w3c rel="stylesheet" href="http://www.whatwg.org/style/specification">
1515
</head>
1616
<body>

0 commit comments

Comments
 (0)