Remove trailing slash from agenda urls

Remove the trailing slash, since links into the wiki with a trailing
slash point to pages that don't exist.

Change-Id: I72798aa28fce6fced35c7a950a830224d4f4af08
This commit is contained in:
Doug Hellmann 2015-06-01 16:12:48 +00:00
parent 97ba271525
commit 0f23dae89d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ in #{{ schedule.irc }}</li>
<li><a href="http://eavesdrop.openstack.org/meetings/{{meeting.extras.meeting_id}}/">Logs from past meetings</a>
{% endif %}
{% if meeting.extras.agenda_url %}
<li><a href="{{meeting.extras.agenda_url}}/">Agenda</a>
<li><a href="{{meeting.extras.agenda_url}}">Agenda</a>
{% endif %}
</ul>