From 6f7d3a5ad94d7a8c1cf7cb93d1364d0369ea8bbd Mon Sep 17 00:00:00 2001 From: Will Norris Date: Mon, 4 May 2015 08:33:27 -0700 Subject: [PATCH] update godoc link to github package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13ddf2f..c344d2e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ go-github is a Go client library for accessing the [GitHub API][]. -**Documentation:** [![GoDoc](https://godoc.org/github.com/google/go-github?status.svg)](https://godoc.org/github.com/google/go-github) +**Documentation:** [![GoDoc](https://godoc.org/github.com/google/go-github/github?status.svg)](https://godoc.org/github.com/google/go-github/github) **Mailing List:** [go-github@googlegroups.com](https://groups.google.com/group/go-github) **Build Status:** [![Build Status](https://travis-ci.org/google/go-github.svg?branch=master)](https://travis-ci.org/google/go-github) **Test Coverage:** [![Test Coverage](https://coveralls.io/repos/google/go-github/badge.svg?branch=master)](https://coveralls.io/r/google/go-github?branch=master) ([gocov report](https://drone.io/github.com/google/go-github/files/coverage.html))