From 5f2ca7d65244312b754587e927748b995827d904 Mon Sep 17 00:00:00 2001 From: Oleg Date: Fri, 7 Feb 2025 20:21:43 +0400 Subject: [PATCH 1/2] Modify rfc url template to use html version --- bin/specification_urls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/specification_urls.json b/bin/specification_urls.json index 9af1a12d..f02fd67d 100644 --- a/bin/specification_urls.json +++ b/bin/specification_urls.json @@ -28,7 +28,7 @@ "external": { "ecma262": "https://262.ecma-international.org/{section}", "perl5": "https://perldoc.perl.org/perlre#{section}", - "rfc": "https://www.rfc-editor.org/rfc/rfc{spec}.txt#{section}", + "rfc": "https://www.rfc-editor.org/rfc/rfc{spec}.html#{section}", "iso": "https://www.iso.org/obp/ui" } } From c87805355aabe99d7cd06445733a44bc6e5b51da Mon Sep 17 00:00:00 2001 From: Oleg Date: Fri, 7 Feb 2025 20:23:42 +0400 Subject: [PATCH 2/2] Correct section anchor for rfc URL template --- bin/specification_urls.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/specification_urls.json b/bin/specification_urls.json index f02fd67d..e1824999 100644 --- a/bin/specification_urls.json +++ b/bin/specification_urls.json @@ -28,7 +28,7 @@ "external": { "ecma262": "https://262.ecma-international.org/{section}", "perl5": "https://perldoc.perl.org/perlre#{section}", - "rfc": "https://www.rfc-editor.org/rfc/rfc{spec}.html#{section}", + "rfc": "https://www.rfc-editor.org/rfc/rfc{spec}.html#section-{section}", "iso": "https://www.iso.org/obp/ui" } }