Skip to content

Commit 808343d

Browse files
committed
Fixed regression: wrong URL to IESG state diagram in state help. Fixes issue ietf-tools#1119.
- Legacy-Id: 6088
1 parent 38b0a59 commit 808343d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/doc/state_help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h1>{{ title }}</h1>
1212

1313
{% if state_type.slug == "draft-iesg" %}
14-
<p><a href="/images/iesg_draft_state_diagram.png">View Diagram</a></p>
14+
<p><a href="/images/iesg-draft-state-diagram.png">View Diagram</a></p>
1515
{% endif %}
1616

1717
<table class="ietf-table">

0 commit comments

Comments
 (0)