Skip to content

Commit 6a90589

Browse files
committed
Fixed a bad link to uploaded session agendas.
- Legacy-Id: 12214
1 parent a2c8fa0 commit 6a90589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/templates/meeting/group_materials.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{% else %}
2323
<td>
2424
{% if session.agenda %}
25-
<a href="https://www.ietf.org/proceedings/{{meeting_num}}/agenda/{{ session.agenda }}">Agenda</a>
25+
<a href="{{ session.agenda.href }}">Agenda</a>
2626
{% else %}
2727
{% if show_agenda == "True" %}
2828
<span class="label label-warning">No agenda</span>

0 commit comments

Comments
 (0)