Skip to content

Commit 28e3c45

Browse files
committed
Use proper path to link to minutes.
- Legacy-Id: 823
1 parent a66822d commit 28e3c45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/iesg/feeds.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def items(self):
1515
return TelechatMinutes.objects.order_by('-telechat_date')[:10]
1616

1717
def item_link(self, item):
18-
return "/iesg/telechat/detail/%d/" % (item.id)
18+
return "/iesg/telechat/%d/" % (item.id)
1919

2020
# The approval date isn't stored, so let's just say they're
2121
# published on the date of the telechat.

0 commit comments

Comments
 (0)