Skip to content

Commit af17d64

Browse files
authored
feat: Add link to older proceedings to the end of group meetings page
1 parent ec9d122 commit af17d64

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ietf/templates/group/meetings.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% extends "group/group_base.html" %}
2-
{# Copyright The IETF Trust 2015, All Rights Reserved #}
2+
{# Copyright The IETF Trust 2015-2022, All Rights Reserved #}
33
{% load origin %}
44
{% block title %}
55
Meetings
@@ -85,6 +85,7 @@ <h2 class="mt-3" id="pastmeets">Past Meetings</h2>
8585
</table>
8686
{% endif %}
8787
<p class="alert alert-info my-3">
88-
This page shows meetings within the last four years. For earlier meetings, please see the proceedings.
88+
This page shows meetings within the last four years. For earlier meetings, please see the
89+
<a href="https://www.ietf.org/how/meetings/past/">proceedings</a>.
8990
</p>
9091
{% endblock %}

0 commit comments

Comments
 (0)