got: switch to got url

This commit is contained in:
Aaron Bieber 2024-04-18 14:57:29 -06:00
parent 0fb7f83257
commit 3dab4d2d75
No known key found for this signature in database

5
got.go
View File

@ -58,9 +58,10 @@ func (n *Notification) String() string {
n.Repo,
n.ID,
n.ShortMessage,
fmt.Sprintf("https://git.gameoftrees.org/gitweb/?p=%s;a=commitdiff;h=%s",
fmt.Sprintf("https://got.gameoftrees.org/?action=diff&commit=%s&headref=HEAD&path=%s",
n.ID,
n.Repo,
n.ID),
),
)
}