Skip to content

Commit

Permalink
✨ Switched API release links to non-API release links (#4290)
Browse files Browse the repository at this point in the history
Signed-off-by: Kemon Bynum <[email protected]>
Co-authored-by: Silas Morgan <[email protected]>
Co-authored-by: Jordin Jones <[email protected]>
  • Loading branch information
3 people authored Aug 8, 2024
1 parent cfe5c5f commit 642c844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/githubrepo/releases.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func releasesFrom(data []*github.RepositoryRelease) []clients.Release {
for _, a := range r.Assets {
release.Assets = append(release.Assets, clients.ReleaseAsset{
Name: a.GetName(),
URL: a.GetURL(),
URL: r.GetHTMLURL(),
})
}
releases = append(releases, release)
Expand Down

0 comments on commit 642c844

Please sign in to comment.