Skip to content

Commit

Permalink
fix: some broken IETF links (#2798)
Browse files Browse the repository at this point in the history
  • Loading branch information
saibotsivad authored Dec 23, 2021
1 parent 1fb4f83 commit 115cacc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/md2html/md2html.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,6 @@ for (let l in lines) {
//return (group1 ? group1 : '')+']]';
return ']]';
});

while (line.indexOf('https://tools.ietf.org/html/rfc')>=0) {
line = line.replace(/.https:..tools.ietf.org.html.rfc[0-9]{1,5}./g,'');
}
}

// minor fixup to get bibliography link to work
Expand Down

0 comments on commit 115cacc

Please sign in to comment.