We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53e4ed8 commit c3041d7Copy full SHA for c3041d7
1 file changed
ietf/templates/mailinglists/group_archives.html
@@ -13,9 +13,9 @@ <h1>Web-based Working Group email archives</h1>
13
charters for more information about the mailing lists and archives
14
of specific working groups. Charters for active working groups are
15
available on
16
- the <a href="/wg/">Active IETF Working Groups</a> Web page.
+ the <a href="{% url 'ietf.group.views.active_groups' group_type='wg' %}">Active IETF Working Groups</a> Web page.
17
Charters for concluded working groups are available on
18
- the <a href="https://www.ietf.org/wg/concluded/index.html">Concluded
+ the <a href="{% url 'ietf.group.views.concluded_groups' %}">Concluded
19
Working Groups</a> Web page.</p>
20
21
<table class="table table-condensed table-striped">
0 commit comments