diff --git a/README.md b/README.md index f863db7..9af7ee2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ goldmark ========================================== -![http://godoc.org/github.com/yuin/goldmark](https://godoc.org/github.com/yuin/goldmark?status.svg) -![https://travis-ci.org/yuin/goldmark](https://travis-ci.org/yuin/goldmark.svg) +[![http://godoc.org/github.com/yuin/goldmark](https://godoc.org/github.com/yuin/goldmark?status.svg)](http://godoc.org/github.com/yuin/goldmark) +[![https://travis-ci.org/yuin/goldmark](https://travis-ci.org/yuin/goldmark.svg)](https://travis-ci.org/yuin/goldmark) > A markdown parser written in Go. Easy to extend, standard compliant, well structured.