Skip to content

Commit

Permalink
Update downloads/views.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ee Durbin <[email protected]>
  • Loading branch information
JacobCoffee and ewdurbin authored Sep 18, 2024
1 parent f97cb9a commit aaa2941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion downloads/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ def item_guid(self, item: Release) -> str:
``guid`` must be a full URL, unless `isPermaLink` attribute is false
https://validator.w3.org/feed/docs/error/InvalidHttpGUID.html
"""
return str(self.link())
return str(item.get_absolute_url())

0 comments on commit aaa2941

Please sign in to comment.