Skip to content

Commit 9563ce7

Browse files
author
Oleg
committed
Correct rfc URL template - incorrect path pattern was used
1 parent 961bfad commit 9563ce7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/specification_urls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"external": {
2929
"ecma262": "https://262.ecma-international.org/{section}",
3030
"perl5": "https://perldoc.perl.org/perlre#{section}",
31-
"rfc": "https://www.rfc-editor.org/rfc/{spec}.txt#{section}",
31+
"rfc": "https://www.rfc-editor.org/rfc/rfc{spec}.txt#{section}",
3232
"iso": "https://www.iso.org/obp/ui"
3333
}
3434
}

0 commit comments

Comments
 (0)