We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86f713f commit b5223b4Copy full SHA for b5223b4
2 files changed
changelog
@@ -4,6 +4,8 @@ ietfdb (2.47)
4
5
* Added a link to the draft pages with email address to the draft authors
6
7
+ * Pointing to errata from RFC pages
8
+
9
From RjS:
10
11
* Added STD/FYI/BCP info to the standard RFC display page
ietf/templates/idrfc/doc_main_rfc.html
@@ -90,6 +90,7 @@
90
{% block doc_metalinks %}
91
<a href="/ipr/search/?option=rfc_search&rfc_search={{doc.rfc_number}}" rel="nofollow">IPR Disclosures</a>
92
| <a href="http://www.fenron.net/~fenner/ietf/deps/index.cgi?dep=rfc{{doc.rfc_number}}" rel="nofollow">Dependencies to this RFC</a>
93
+| <a href="http://www.rfc-editor.org/errata_search.php?rfc={{doc.rfc_number}}" rel="nofollow">Errata</a>
94
{% endblock %}
95
96
{% block doc_text1 %}
0 commit comments