* Remove &rec_status=0 from "Errata exist" links for HTMLized RFCs Corrects Issue #4320: https://github.com/ietf-tools/datatracker/issues/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>
This commit is contained in:
parent
b6b48ec8f9
commit
eee6d0180c
|
@ -783,7 +783,7 @@ RFC_EDITOR_GROUP_NOTIFICATION_EMAIL = "webmaster@rfc-editor.org"
|
|||
RFC_EDITOR_QUEUE_URL = "https://www.rfc-editor.org/queue2.xml"
|
||||
RFC_EDITOR_INDEX_URL = "https://www.rfc-editor.org/rfc/rfc-index.xml"
|
||||
RFC_EDITOR_ERRATA_JSON_URL = "https://www.rfc-editor.org/errata.json"
|
||||
RFC_EDITOR_ERRATA_URL = "https://www.rfc-editor.org/errata_search.php?rfc={rfc_number}&rec_status=0"
|
||||
RFC_EDITOR_ERRATA_URL = "https://www.rfc-editor.org/errata_search.php?rfc={rfc_number}"
|
||||
RFC_EDITOR_INLINE_ERRATA_URL = "https://www.rfc-editor.org/rfc/inline-errata/rfc{rfc_number}.html"
|
||||
RFC_EDITOR_INFO_BASE_URL = "https://www.rfc-editor.org/info/"
|
||||
|
||||
|
|
Loading…
Reference in a new issue