got: switch to got url
This commit is contained in:
parent
0fb7f83257
commit
3dab4d2d75
5
got.go
5
got.go
@ -58,9 +58,10 @@ func (n *Notification) String() string {
|
|||||||
n.Repo,
|
n.Repo,
|
||||||
n.ID,
|
n.ID,
|
||||||
n.ShortMessage,
|
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.Repo,
|
||||||
n.ID),
|
),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user