Skip to content

Commit 02da1a4

Browse files
authored
Fix Gerrit API docs link for ChangesService.GetChangeDetail.
1 parent 361eb0e commit 02da1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ func (s *ChangesService) GetChange(changeID string, opt *ChangeOptions) (*Change
402402
// This response will contain all votes for each label and include one combined vote.
403403
// The combined label vote is calculated in the following order (from highest to lowest): REJECTED > APPROVED > DISLIKED > RECOMMENDED.
404404
//
405-
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#get-change
405+
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-changes.html#get-change-detail
406406
func (s *ChangesService) GetChangeDetail(changeID string, opt *ChangeOptions) (*ChangeInfo, *Response, error) {
407407
u := fmt.Sprintf("changes/%s/detail", changeID)
408408
return s.getChangeInfoResponse(u, opt)

0 commit comments

Comments
 (0)