From 5257f706765dede9b127e247327e55b3a89ccc1e Mon Sep 17 00:00:00 2001 From: Will Norris Date: Thu, 6 Nov 2014 15:40:04 -0800 Subject: [PATCH] use https for GitHub URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd17643..4d27032 100644 --- a/README.md +++ b/README.md @@ -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