Merge pull request #24198 from Kirikx/fix_link_viewing_a_projects_contributors
Fixed link to project contributors
This commit is contained in:
@@ -22,7 +22,7 @@ shortTitle: View project contributors
|
||||
You can view the top 100 contributors to a repository{% ifversion ghes or ghae %}, including commit co-authors,{% endif %} in the contributors graph. Merge commits and empty commits aren't counted as contributions for this graph.
|
||||
|
||||
{% ifversion fpt or ghec %}
|
||||
You can also see a list of people who have contributed to the project's Python dependencies. To access this list of community contributors, visit `https://github.com/REPO-OWNER/REPO-NAME/community_contributors`.
|
||||
You can also see a list of people who have contributed to the project's Python dependencies. To access this list of community contributors, visit `https://github.com/REPO-OWNER/REPO-NAME/graphs/contributors`.
|
||||
{% endif %}
|
||||
|
||||
## Accessing the contributors graph
|
||||
|
||||
Reference in New Issue
Block a user