Skip to content

Commit 34cb1d6

Browse files
authored
Fix doc URL (google#1475)
1 parent 07c03e8 commit 34cb1d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/issues.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ type IssueListByRepoOptions struct {
215215

216216
// ListByRepo lists the issues for the specified repository.
217217
//
218-
// GitHub API docs: https://developer.github.com/v3/issues/#list-issues-for-a-repository
218+
// GitHub API docs: https://developer.github.com/v3/issues/#list-repository-issues
219219
func (s *IssuesService) ListByRepo(ctx context.Context, owner string, repo string, opts *IssueListByRepoOptions) ([]*Issue, *Response, error) {
220220
u := fmt.Sprintf("repos/%v/%v/issues", owner, repo)
221221
u, err := addOptions(u, opts)

0 commit comments

Comments
 (0)