Skip to content

Commit c1f8b1b

Browse files
committed
Changed some URLs to match new locations after the deployment of the new IETF website. Fixes issue ietf-tools#2434
- Legacy-Id: 14517
1 parent 370caac commit c1f8b1b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ietf/iesg/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ def agenda(request, date=None):
191191
data = agenda_data(date)
192192

193193
if has_role(request.user, ["Area Director", "IAB Chair", "Secretariat"]):
194-
data["sections"]["1.1"]["title"] = data["sections"]["1.1"]["title"].replace("Roll call", '<a href="https://www.ietf.org/iesg/internal/rollcall.txt">Roll Call</a>')
195-
data["sections"]["1.3"]["title"] = data["sections"]["1.3"]["title"].replace("minutes", '<a href="https://www.ietf.org/iesg/internal/minutes.txt">Minutes</a>')
194+
data["sections"]["1.1"]["title"] = data["sections"]["1.1"]["title"].replace("Roll call", '<a href="https://www6.ietf.org/iesg/internal/rollcall.txt">Roll Call</a>')
195+
data["sections"]["1.3"]["title"] = data["sections"]["1.3"]["title"].replace("minutes", '<a href="https://www6.ietf.org/iesg/internal/minutes.txt">Minutes</a>')
196196

197197
request.session['ballot_edit_return_point'] = request.path_info
198198
return render(request, "iesg/agenda.html", {

ietf/templates/iesg/agenda_package.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Contents:
44

55
1. Roll Call and Dial-In Instructions
6-
https://www.ietf.org/iesg/internal/rollcall.txt
6+
https://www6.ietf.org/iesg/internal/rollcall.txt
77
2. Agenda
88
https://datatracker.ietf.org/iesg/agenda/
99
3. Management Item Details
1010
https://datatracker.ietf.org/iesg/agenda/#6
1111
4. Previous minutes
12-
https://www.ietf.org/iesg/internal/minutes.txt
12+
https://www6.ietf.org/iesg/internal/minutes.txt
1313

1414
------------------------------------------------------------------------
1515
1. ROLL CALL AND DIAL-IN INSTRUCTIONS

0 commit comments

Comments
 (0)