Skip to content

Commit bbeff44

Browse files
committed
fix doc url for SetAccountName
1 parent c0d1331 commit bbeff44

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
@@ -562,7 +562,7 @@ func (s *AccountsService) CreateAccount(username string, input *AccountInput) (*
562562
// Some realms may not allow to modify the account name.
563563
// In this case the request is rejected with “405 Method Not Allowed”.
564564
//
565-
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-accounts.html#create-account
565+
// Gerrit API docs: https://gerrit-review.googlesource.com/Documentation/rest-api-accounts.html#set-account-name
566566
func (s *AccountsService) SetAccountName(accountID string, input *AccountNameInput) (*string, *Response, error) {
567567
u := fmt.Sprintf("accounts/%s/name", accountID)
568568

0 commit comments

Comments
 (0)