Skip to content

Commit 115cacc

Browse files
authored
fix: some broken IETF links (#2798)
1 parent 1fb4f83 commit 115cacc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scripts/md2html/md2html.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,6 @@ for (let l in lines) {
263263
//return (group1 ? group1 : '')+']]';
264264
return ']]';
265265
});
266-
267-
while (line.indexOf('https://tools.ietf.org/html/rfc')>=0) {
268-
line = line.replace(/.https:..tools.ietf.org.html.rfc[0-9]{1,5}./g,'');
269-
}
270266
}
271267

272268
// minor fixup to get bibliography link to work

0 commit comments

Comments
 (0)