aboutsummaryrefslogtreecommitdiffstats
path: root/modules/convert/pull_review.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/convert/pull_review.go')
-rw-r--r--modules/convert/pull_review.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/convert/pull_review.go b/modules/convert/pull_review.go
index 619f9f070e..032d3617fc 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 {