Skip to content

Commit

Permalink
fix doc url for SuggestAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Oct 2, 2016
1 parent 1ef7e63 commit c0d1331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts.go
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ func (s *AccountsService) GetStarredChanges(accountID string) (*[]ChangeInfo, *R
// If result limit is not passed, then the default 10 is used.
// Returns a list of matching AccountInfo entities.
//
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-accounts.html#get-starred-changes
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-accounts.html#query-account
func (s *AccountsService) SuggestAccount(opt *QueryOptions) (*[]AccountInfo, *Response, error) {
u := "accounts/"

Expand Down

0 comments on commit c0d1331

Please sign in to comment.