Skip to content

Commit ca77fd1

Browse files
committed
Changed the menu entry for non-wg lists to point at our own page.
- Legacy-Id: 14602
1 parent 7f462b3 commit ca77fd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/base/menu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{% if flavor == "top" %}<li class="divider hidden-xs"></li>{% endif %}
3232
<li {%if flavor == "top" %}class="dropdown-header hidden-xs"{% else %}class="nav-header"{% endif %}>Other groups</li>
3333
<li><a href="{% url "ietf.group.views.concluded_groups" %}">Concluded groups</a></li>
34-
<li><a href="https://www.ietf.org/list/nonwg.html">Non-WG lists</a></li>
34+
<li><a href="{% url 'ietf.mailinglists.views.nonwg' %}">Non-WG lists</a></li>
3535

3636
{% if flavor == "top" %}</ul>{% endif %}
3737

0 commit comments

Comments
 (0)