Skip to content

Commit eee6d01

Browse files
Fix: ietf-tools#4320 (htmlized version of RFC has bad errata link) (ietf-tools#4699)
* Remove &rec_status=0 from "Errata exist" links for HTMLized RFCs Corrects Issue ietf-tools#4320: ietf-tools#4320 This is done by modifying the RFC_EDITOR_ERRATA_URL in ietf/settings.py so that the errant "&rfc_status=0" is removed. * Update ietf/settings.py Removes commented out RFC_EDITOR_ERRATA_URL line from original submission. Co-authored-by: Lars Eggert <lars@eggert.org> Co-authored-by: Lars Eggert <lars@eggert.org>
1 parent b6b48ec commit eee6d01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ def skip_unreadable_post(record):
783783
RFC_EDITOR_QUEUE_URL = "https://www.rfc-editor.org/queue2.xml"
784784
RFC_EDITOR_INDEX_URL = "https://www.rfc-editor.org/rfc/rfc-index.xml"
785785
RFC_EDITOR_ERRATA_JSON_URL = "https://www.rfc-editor.org/errata.json"
786-
RFC_EDITOR_ERRATA_URL = "https://www.rfc-editor.org/errata_search.php?rfc={rfc_number}&amp;rec_status=0"
786+
RFC_EDITOR_ERRATA_URL = "https://www.rfc-editor.org/errata_search.php?rfc={rfc_number}"
787787
RFC_EDITOR_INLINE_ERRATA_URL = "https://www.rfc-editor.org/rfc/inline-errata/rfc{rfc_number}.html"
788788
RFC_EDITOR_INFO_BASE_URL = "https://www.rfc-editor.org/info/"
789789

0 commit comments

Comments
 (0)