Skip to content

Commit 4eb5d53

Browse files
dbaronsvgeesus
authored andcommitted
Fix raw-file URLs into repository to be correct editor's draft URLs.
1 parent 77959a6 commit 4eb5d53

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

web-animations/respec/array-like.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
// if there a publicly available Editor's Draft, this is the link
3838
edDraftURI:
39-
"https://hg.fxtf.org/drafts/raw-file/tip/web-anim/index.html",
39+
"http://dev.w3.org/fxtf/web-anim/",
4040

4141
// if this is a LCWD, uncomment and set the end of its review period
4242
// lcEnd: "2009-08-05",
@@ -228,4 +228,4 @@ <h3>The <code>ArrayLike</code> interface</h3>
228228
</section>
229229
</section>
230230
</body>
231-
</html>
231+
</html>

web-animations/respec/enum example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
// if there a publicly available Editor's Draft, this is the link
3838
edDraftURI:
39-
"https://hg.fxtf.org/drafts/raw-file/tip/web-anim/index.html",
39+
"http://dev.w3.org/fxtf/web-anim/",
4040

4141
// if this is a LCWD, uncomment and set the end of its review period
4242
// lcEnd: "2009-08-05",
@@ -405,4 +405,4 @@ <h3>The <code>ArrayLike</code> interface</h3>
405405
</section>
406406
</section>
407407
</body>
408-
</html>
408+
</html>

0 commit comments

Comments
 (0)