Skip to content

Commit c936db3

Browse files
committed
Fix conflict review text for irtf docs to reference RFC 5743.
- Legacy-Id: 6616
1 parent 5e00182 commit c936db3

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

ietf/templates/doc/conflict_review/approval_text.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ The IESG review is documented at:
2121
A URL of the reviewed Internet Draft is:
2222
{{conflictdoc_url}}
2323

24-
The process for such documents is described at
25-
http://www.rfc-editor.org/indsubs.html
24+
The process for such documents is described {% if conflictdoc.stream_id == 'ise' %}at http://www.rfc-editor.org/indsubs.html {% else %}{% if conflictdoc.stream_id == 'irtf' %}in RFC 5743 {% endif %} {% endif %}
2625

2726
Thank you,
2827

ietf/templates/doc/mail/approval_mail_rfc_editor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The IESG would also like the IRSG or RFC-Editor to review the comments in the da
1414
A URL of this {{ doc_type }} is:
1515
{{ doc_url }}
1616

17-
The process for such documents is described at http://www.rfc-editor.org/indsubs.html
17+
The process for such documents is described {% if doc.stream_id == 'ise' %}at http://www.rfc-editor.org/indsubs.html {% else %}{% if doc.stream_id == 'irtf' %}in RFC 5743 {% endif %} {% endif %}
1818

1919
Thank you,
2020

0 commit comments

Comments
 (0)