Skip to content

Commit 0ab6ac5

Browse files
committed
Update boilerplate to use Github URLs
Now that this spec is using Github (instead of W3C Hg), update the boilerplate URLs according.
1 parent 7ae2946 commit 0ab6ac5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

respecConfig.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ var respecConfig = {
2929
otherLinks: [{
3030
key: 'Participate',
3131
data: [{
32-
value: 'We are on Hg.',
33-
href: 'https://dvcs.w3.org/hg/innerhtml/'
32+
value: 'We are on Github.',
33+
href: 'https://github.com/w3c/DOM-Parsing'
3434
}, {
35-
value: 'Bug list.',
35+
value: 'Bugzilla Bug list.',
3636
href: 'https://www.w3.org/Bugs/Public/buglist.cgi?component=DOM%20Parsing%20and%20Serialization&list_id=44989&product=WebAppsWG&resolution=---'
3737
}, {
38-
value: 'File a bug.',
39-
href: 'https://www.w3.org/Bugs/Public/enter_bug.cgi?product=WebAppsWG&component=DOM%20Parsing%20and%20Serialization'
38+
value: 'Github Issues.',
39+
href: 'https://github.com/w3c/DOM-Parsing/issues'
4040
}, {
4141
value: 'Commit history.',
42-
href: 'https://dvcs.w3.org/hg/innerhtml/shortlog/'
42+
href: 'https://github.com/w3c/DOM-Parsing/commits'
4343
}, {
4444
value: 'Mailing list.',
4545
href: 'http://lists.w3.org/Archives/Public/www-dom/'

0 commit comments

Comments
 (0)