diff --git a/src/main/java/org/kohsuke/github/GHRepository.java b/src/main/java/org/kohsuke/github/GHRepository.java index a0cdbf8ed..25e16e175 100644 --- a/src/main/java/org/kohsuke/github/GHRepository.java +++ b/src/main/java/org/kohsuke/github/GHRepository.java @@ -2734,7 +2734,8 @@ public PagedIterable listContributors() throws IOException { * @return the paged iterable * @throws IOException * the io exception - * @link https://docs.github.com/en/rest/repos/repos?apiVersion=2022-11-28#list-repository-contributors + * @see + * GitHub API - List Repository Contributors */ public PagedIterable listContributors(Boolean includeAnonymous) throws IOException { return root().createRequest()