Skip to content

Commit

Permalink
Update documentation link
Browse files Browse the repository at this point in the history
Co-authored-by: Trim21 <trim21.me@gmail.com>
  • Loading branch information
notmicaelfilipe and trim21 committed Oct 21, 2023
1 parent 22322a6 commit a578d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/Repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,7 @@ def get_collaborators(
self, affiliation: Opt[str] = NotSet, permission: Opt[str] = NotSet
) -> PaginatedList[NamedUser]:
"""
:calls: `GET /repos/{owner}/{repo}/collaborators <https://docs.github.com/en/rest/reference/repos#collaborators>`_
:calls: `GET /repos/{owner}/{repo}/collaborators <https://docs.github.com/en/rest/collaborators/collaborators>`_
:param affiliation: string
:param permission: string
:rtype: :class:`PaginatedList` of :class:`github.NamedUser.NamedUser`
Expand Down

0 comments on commit a578d66

Please sign in to comment.