Skip to content

Commit 7d7bcbe

Browse files
committed
In the internet-draft submission status page, point at the datatracker page for the document, rather than the repository copy of the document.
- Legacy-Id: 11511
1 parent 5acff0e commit 7d7bcbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/submit/submission_status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h2>Meta-data from the submission</h2>
130130
<th>Document</th>
131131
<td>
132132
{% if submission.state_id == "posted" %}
133-
<a href="https://www.ietf.org/id/{{ submission.name }}-{{submission.rev}}.txt">{{ submission.name }}</a>
133+
<a href="{% url 'ietf.doc.views_doc.document_main' name=submission.name %}">{{ submission.name }}</a>
134134
{% else %}
135135
{{ submission.name }}
136136
{% endif %}

0 commit comments

Comments
 (0)