Skip to content

Commit 75ab6ab

Browse files
authored
Update github/org_custom_roles.go
1 parent bdcc034 commit 75ab6ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/org_custom_roles.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type CustomRepoRoles struct {
2727
// ListCustomRepoRoles lists the custom repository roles available in this organization.
2828
// In order to see custom repository roles in an organization, the authenticated user must be an organization owner.
2929
//
30-
// GitHub API docs: https://docs.github.com/en/rest/reference/orgs#custom-repository-roles
30+
// GitHub API docs: https://docs.github.com/en/rest/orgs/custom-roles
3131
func (s *OrganizationsService) ListCustomRepoRoles(ctx context.Context, org string) (*OrgainizationCustomRepoRoles, *Response, error) {
3232
u := fmt.Sprintf("organizations/%v/custom_roles", org)
3333

0 commit comments

Comments
 (0)