Skip to content

Commit 6ab5e04

Browse files
committed
Changed the etherpad url schema to https.
- Legacy-Id: 16104
1 parent 2f31f7f commit 6ab5e04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/templates/meeting/session_buttons_include.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
{% endif %}
1313

1414
{% if item.timeslot.type.slug == 'plenary' %}
15-
<a class="btn btn-default btn-xs" href="http://etherpad.ietf.org/p/notes-ietf-{{ schedule.meeting.number }}-plenary?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-edit"></span></a>
15+
<a class="btn btn-default btn-xs" href="https://etherpad.ietf.org/p/notes-ietf-{{ schedule.meeting.number }}-plenary?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-edit"></span></a>
1616
{% else %}
17-
<a class="btn btn-default btn-xs" href="http://etherpad.ietf.org/p/notes-ietf-{{ schedule.meeting.number }}-{{item.session.historic_group.acronym}}?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-edit"></span></a>
17+
<a class="btn btn-default btn-xs" href="https://etherpad.ietf.org/p/notes-ietf-{{ schedule.meeting.number }}-{{item.session.historic_group.acronym}}?useMonospaceFont=true" title="Etherpad for note-takers"><span class="fa fa-edit"></span></a>
1818
{% endif %}
1919

2020
{# show stream buttons up till end of session, then show archive buttons #}

0 commit comments

Comments
 (0)