Skip to content

Commit

Permalink
fix doc url for SetAccountName
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Oct 2, 2016
1 parent c0d1331 commit bbeff44
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 @@ -562,7 +562,7 @@ func (s *AccountsService) CreateAccount(username string, input *AccountInput) (*
// Some realms may not allow to modify the account name.
// In this case the request is rejected with “405 Method Not Allowed”.
//
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-accounts.html#create-account
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-accounts.html#set-account-name
func (s *AccountsService) SetAccountName(accountID string, input *AccountNameInput) (*string, *Response, error) {
u := fmt.Sprintf("accounts/%s/name", accountID)

Expand Down

0 comments on commit bbeff44

Please sign in to comment.