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

Commit 3a0553d

Browse files
committed
Fix file-bug.js URL
1 parent 3c17218 commit 3a0553d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h1>HTML5 Differences from HTML4</h1>
7676
&lt;<a href="mailto:annevk@annevk.nl">annevk@annevk.nl</a>&gt;</dd>
7777
</dl>
7878

79-
<script async="" class="not-tr" src="https://w3c-test.org/resources.whatwg.org/file-bug.js"></script>
79+
<script async="" class="not-tr" src="http://resources.whatwg.org/file-bug.js"></script>
8080

8181
<div class="not-whatwg">
8282
<!--begin-copyright-->

Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1>HTML5 Differences from HTML4</h1>
8787
&lt;<a href="mailto:annevk@annevk.nl">annevk@annevk.nl</a>></dd>
8888
</dl>
8989

90-
<script class=not-tr src=https://w3c-test.org/resources.whatwg.org/file-bug.js async></script>
90+
<script class=not-tr src=http://resources.whatwg.org/file-bug.js async></script>
9191

9292
<div class="not-whatwg"><!--copyright--></div>
9393

Overview.whatwg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2 class="no-num no-toc">Living Document — Last Updated 20 August 2014</h2>
7373
&lt;<a href="mailto:annevk@annevk.nl">annevk@annevk.nl</a>&gt;</dd>
7474
</dl>
7575

76-
<script async="" class="not-tr" src="https://w3c-test.org/resources.whatwg.org/file-bug.js"></script>
76+
<script async="" class="not-tr" src="http://resources.whatwg.org/file-bug.js"></script>
7777

7878

7979

0 commit comments

Comments
 (0)