Skip to content

Commit c0d1331

Browse files
committed
fix doc url for SuggestAccount
1 parent 1ef7e63 commit c0d1331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ func (s *AccountsService) GetStarredChanges(accountID string) (*[]ChangeInfo, *R
510510
// If result limit is not passed, then the default 10 is used.
511511
// Returns a list of matching AccountInfo entities.
512512
//
513-
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-accounts.html#get-starred-changes
513+
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-accounts.html#query-account
514514
func (s *AccountsService) SuggestAccount(opt *QueryOptions) (*[]AccountInfo, *Response, error) {
515515
u := "accounts/"
516516

0 commit comments

Comments
 (0)