From b99cc2eb2cb43d56ff531638a4fd83726a62b58a Mon Sep 17 00:00:00 2001 From: Piotr Zurek Date: Thu, 25 Sep 2014 08:09:17 +1200 Subject: [PATCH] GoDoc badge instead of a plain link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 356efa6..ada93be 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ go-github is a Go client library for accessing the [GitHub API][]. -**Documentation:** +**Documentation:** [![GoDoc](https://godoc.org/github.com/google/go-github?status.svg)](https://godoc.org/github.com/google/go-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.png?branch=master)](https://travis-ci.org/google/go-github) **Test Coverage:** [![Test Coverage](https://coveralls.io/repos/google/go-github/badge.png?branch=master)](https://coveralls.io/r/google/go-github?branch=master) ([gocov report](https://drone.io/github.com/google/go-github/files/coverage.html))