From b2039930ea32eaea206456c7e768777fb5cd2d6a Mon Sep 17 00:00:00 2001 From: kortschak Date: Sun, 11 Jun 2017 17:53:03 +0930 Subject: [PATCH] README: fix badges --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb788c4..7c15e23 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ utter ===== -[![Build Status](https://travis-ci.org/kortschak/utter.png?branch=master)] -(https://travis-ci.org/kortschak/utter) [![Coverage Status](https://coveralls.io/repos/kortschak/utter/badge.png?branch=master)](https://coveralls.io/r/kortschak/utter?branch=master) +[![Build Status](https://travis-ci.org/kortschak/utter.svg?branch=master)](https://travis-ci.org/kortschak/utter) [![Coverage Status](https://coveralls.io/repos/kortschak/utter/badge.svg?branch=master)](https://coveralls.io/r/kortschak/utter?branch=master) utter is a fork of the outstanding [go-spew tool](https://github.com/davecgh/go-spew). Where go-spew is an aid for debugging, providing annotation of dumped datastructures, @@ -17,7 +16,7 @@ be used in open source or commercial projects. ## Documentation -[![GoDoc](https://godoc.org/github.com/kortschak/utter?status.png)] +[![GoDoc](https://godoc.org/github.com/kortschak/utter?status.svg)] (http://godoc.org/github.com/kortschak/utter) Full `go doc` style documentation for the project can be viewed online without