diff --git a/modules/convert/pull_review.go b/modules/convert/pull_review.go index 619f9f070..032d3617f 100644 --- a/modules/convert/pull_review.go +++ b/modules/convert/pull_review.go @@ -103,7 +103,7 @@ func ToPullReviewCommentList(review *models.Review, doer *models.User) ([]*api.P OrigCommitID: comment.OldRef, DiffHunk: patch2diff(comment.Patch), HTMLURL: comment.HTMLURL(), - HTMLPullURL: review.Issue.APIURL(), + HTMLPullURL: review.Issue.HTMLURL(), } if comment.Line < 0 {