You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Upload screen is the first screen that a user will see when he or she starts the I-D submission process. A user can submit four different formats of an I-D, plain text, XML, PDF, and postscript, at the same time. Failure to submit at least one of a plain-text or xml version will cause an error, and an error screen will be displayed.
41
+
The Upload screen is the first screen that a user will see when he or she starts the I-D submission process. A user can submit four different formats of an I-D, plain text, XML, PDF, and postscript, at the same time. Failure to submit at least one of a plain-text or xml version will cause an error, and an error screen will be displayed. A single v3 .xml source is preferred. A single v2 .xml source will be accepted. If neither of those are available, a plain-text document may be provided.
42
42
</p>
43
43
44
44
<p>
45
45
By submitting your I-D, you are granting some rights to the IETF Trust. Before you submit your I-D,
46
-
review the information on the NOTE WELL tab and <ahref="https://tools.ietf.org/html/bcp78">BCP 78</a>,
46
+
review the information on the NOTE WELL tab and <ahref="{% url 'ietf.doc.views_doc.document_html' name='rfc5378' %}">BCP 78</a>,
47
47
"Rights Contributors Provide to the IETF Trust".
48
48
</p>
49
49
50
50
<p>
51
51
Before you submit your I-D, it is recommended that you check it for nits
52
-
using the <b><ahref="https://tools.ietf.org/tools/idnits/">idnits tool</a></b>.
52
+
using the <b><ahref="{{settings.IDNITS_BASE_URL}}">idnits tool</a></b>.
53
53
</p>
54
54
55
55
<p>
@@ -165,7 +165,7 @@ <h3>Problem report</h3>
165
165
{% include "submit/problem-reports-footer.html" %}
166
166
167
167
<p>
168
-
The specification for this tool can be found in <ahref="https://www.ietf.org/rfc/rfc4228.txt?number=4228">RFC 4228</a>.
168
+
The specification for this tool can be found in <ahref="{% url 'ietf.doc.views_doc.document_html' name='rfc4228' %}">RFC 4228</a>.
0 commit comments