diff --git a/ietf/settings.py b/ietf/settings.py index e870aebcc..b69e4eda5 100644 --- a/ietf/settings.py +++ b/ietf/settings.py @@ -296,7 +296,7 @@ MAILING_LIST_INFO_URL = "https://www.ietf.org/mailman/listinfo/%(list_addr)s" # versions right now, we'll point to external websites DOC_HREFS = { "charter": "http://www.ietf.org/charter/{doc.name}-{doc.rev}.txt", - "draft": "http://tools.ietf.org/html/{doc.name}-{doc.rev}", + "draft": "http://www.ietf.org/archive/id/{doc.name}-{doc.rev}.txt", "slides": "http://www.ietf.org/slides/{doc.name}-{doc.rev}", "conflrev": "http://www.ietf.org/cr/{doc.name}-{doc.rev}.txt", "statchg": "http://www.ietf.org/sc/{doc.name}-{doc.rev}.txt", diff --git a/ietf/templates/doc/document_draft.html b/ietf/templates/doc/document_draft.html index a8b2d73a6..0985e3302 100644 --- a/ietf/templates/doc/document_draft.html +++ b/ietf/templates/doc/document_draft.html @@ -277,7 +277,7 @@ {% else %}

This Internet-Draft is no longer active. A copy of the expired Internet-Draft can be found here:
-http://www.ietf.org/archive/id/{{ doc.name }}-{{ doc.rev }}.txt +{{doc.href}}

Abstract

diff --git a/ietf/templates/iesg/agenda_conflict_doc.html b/ietf/templates/iesg/agenda_conflict_doc.html index 23d331a16..a2c5a8243 100644 --- a/ietf/templates/iesg/agenda_conflict_doc.html +++ b/ietf/templates/iesg/agenda_conflict_doc.html @@ -6,7 +6,7 @@
{{doc.name}}-{{doc.rev}} - [txt] + [txt]
{{ doc.title }} @@ -14,7 +14,7 @@
{{ conflictdoc.name }}-{{ conflictdoc.rev }} - [txt] + [txt]
{{ conflictdoc.title }} ({{ conflictdoc.stream }}: {{ conflictdoc.intended_std_level }}) {% if conflictdoc.note %}
Note: {{ conflictdoc.note|linebreaksbr }} diff --git a/ietf/templates/iesg/agenda_doc.html b/ietf/templates/iesg/agenda_doc.html index febcc4650..fbb01e603 100644 --- a/ietf/templates/iesg/agenda_doc.html +++ b/ietf/templates/iesg/agenda_doc.html @@ -9,8 +9,6 @@ {% with doc.rfc_number as rfc_number %} {% if rfc_number %} [txt] - {% elif doc.type.slug == 'draft' %} - [txt] {% else %} [txt] {% endif %} diff --git a/ietf/templates/iesg/scribe_conflict_doc.html b/ietf/templates/iesg/scribe_conflict_doc.html index 55c572e0a..e4be92830 100644 --- a/ietf/templates/iesg/scribe_conflict_doc.html +++ b/ietf/templates/iesg/scribe_conflict_doc.html @@ -2,12 +2,12 @@ {{ doc.title }}
{{doc.canonical_name}} - [txt] + [txt]
{{ doc.conflictdoc.title }} ({{ doc.conflictdoc.stream }}: {{ doc.conflictdoc.intended_std_level }})
{{ doc.conflictdoc.canonical_name }} - [txt] + [txt] {% if doc.conflictdoc.note %}
Note: {{ doc.conflictdoc.note|linebreaksbr }} {% endif %} diff --git a/ietf/templates/iesg/scribe_doc.html b/ietf/templates/iesg/scribe_doc.html index 00eaa64f4..8b48dbfca 100644 --- a/ietf/templates/iesg/scribe_doc.html +++ b/ietf/templates/iesg/scribe_doc.html @@ -5,7 +5,7 @@ {% if rfc_number %} [txt] {% else %} - [txt] + [txt] {% endif %} {% endwith %}