shurcooL / githubv4

Package githubv4 is a client library for accessing GitHub GraphQL API v4 (https://docs.github.com/en/graphql).
MIT License
1.1k stars 89 forks source link

update link in GitHub repository description (the "About" section) #85

Closed MichaelCurrin closed 3 years ago

MichaelCurrin commented 3 years ago

Currently this

(https://developer.github.com/v4/)

This redirects here:

https://docs.github.com/en/graphql

So that should be used instead

dmitshur commented 3 years ago

Thanks for reporting, fixed.

For reference, the rest of the codebase was updated in PR #76.