Skip to content

Commit a405b3e

Browse files
committed
Fix bad link
- Legacy-Id: 3846
1 parent 2525136 commit a405b3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/wginfo/wg_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1>{{wg.group_acronym.name}} ({{wg.group_acronym.acronym}}){% if concluded %}<b
7373
{% if wg.clean_email_archive|startswith:"http:" or wg.clean_email_archive|startswith:"ftp:" %}
7474
<a href="{{ wg.clean_email_archive }}">List Archive &#187;</a> |
7575
{% endif %}
76-
<a href="http://tools.ietf.org/wg/{{wg}}/">Tools WG Page &#187;</a>
76+
<a href="http://tools.ietf.org/wg/{{ wg.group_acronym.acronym }}/">Tools WG Page &#187;</a>
7777
</div>
7878

7979
{% block wg_content %}

0 commit comments

Comments
 (0)