-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added link to documentation #1565
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1565 +/- ##
=======================================
Coverage 67.90% 67.90%
=======================================
Files 95 95
Lines 8722 8722
=======================================
Hits 5923 5923
Misses 1892 1892
Partials 907 907 Continue to review full report at Codecov.
|
README.md
Outdated
@@ -224,6 +225,7 @@ For complete usage of go-github, see the full [package docs][]. | |||
[package docs]: https://godoc.org/github.com/google/go-github/github | |||
[GraphQL API v4]: https://developer.github.com/v4/ | |||
[shurcooL/githubv4]: https://github.com/shurcooL/githubv4 | |||
[documentation]: https://pkg.go.dev/github.com/google/go-github/v32/github?tab=doc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete this line and change the URL above on line 225 to this one:
[package docs]: https://pkg.go.dev/github.com/google/go-github/v32/github
Let's also get rid of the "?tab=doc" because that is added by the backend and may change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done :)
Removed redundant link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @reetuparna !
LGTM.
Merging.
Fixes #1561