Skip to content

Commit a7f515f

Browse files
committed
Fix link pointing to /idtracker/
- Legacy-Id: 6645
1 parent 52583aa commit a7f515f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/document_draft.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
{% endif %}
153153

154154
<tr>
155-
<td><a href="/idtracker/help/state/">IESG State</a>:</td>
155+
<td><a href="{% url state_help "draft-iesg" %}">IESG State</a>:</td>
156156
<td>
157157
<a {% if iesg_state and can_edit %}class="editlink" href="{% url doc_change_state name=doc.name %}"{% endif %}>
158158
{{ iesg_state_summary|default:"I-D Exists" }}</a>

0 commit comments

Comments
 (0)