Skip to content
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

Merged
merged 2 commits into from Jun 21, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -216,6 +216,7 @@ for {
```

For complete usage of go-github, see the full [package docs][].
Also, take a look at [documentation][].
reetuparna marked this conversation as resolved.
Show resolved Hide resolved

[GitHub API v3]: https://developer.github.com/v3/
[oauth2]: https://github.com/golang/oauth2
Expand All @@ -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
Copy link
Collaborator

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done :)


### Integration Tests ###

Expand Down