diff --git a/shared/model/request.go b/shared/model/request.go index 94075a88c..5cfd0abfd 100644 --- a/shared/model/request.go +++ b/shared/model/request.go @@ -15,7 +15,7 @@ type Request struct { // URL returns the link to the commit in // string format. func (r *Request) URL() string { - return fmt.Sprintf("%s/%s/%s/%s", + return fmt.Sprintf("%s/%s/%s/%s/%s/%s", r.Host, r.Repo.Host, r.Repo.Owner,