Browse Source

use https for GitHub URL

Will Norris 12 years ago
parent
commit
5257f70676
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -77,7 +77,7 @@ fmt.Println(resp.NextPage) // outputs 3
For complete usage of go-github, see the full [package docs][].
[GitHub API]: http://developer.github.com/v3/
[GitHub API]: https://developer.github.com/v3/
[goauth2]: https://code.google.com/p/goauth2/
[goauth2 docs]: https://godoc.org/code.google.com/p/goauth2/oauth
[personal API token]: https://github.com/blog/1509-personal-api-tokens


Loading…
Cancel
Save