diff --git a/README.md b/README.md
index 0a4f22bad8058eb924999afe25ad6f790b0d4ea3..8e17483f8dbefc331f586894f0a8529154e93e0b 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ A WIP golang port of https://httpbin.org/.
 
 [![GoDoc](https://godoc.org/github.com/mccutchen/go-httpbin?status.svg)](https://godoc.org/github.com/mccutchen/go-httpbin)
 [![Build Status](https://travis-ci.org/mccutchen/go-httpbin.svg?branch=master)](http://travis-ci.org/mccutchen/go-httpbin)
-[![Coverage](gocover.io/_badge/github.com/mccutchen/go-httpbin/httpbin?0)](http://gocover.io/github.com/mccutchen/go-httpbin/httpbin)
+[![Coverage](http://gocover.io/_badge/github.com/mccutchen/go-httpbin/httpbin?0)](http://gocover.io/github.com/mccutchen/go-httpbin/httpbin)
 
 ## Building