diff --git a/README.md b/README.md index 8c76bd38..2f93c0af 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,16 @@ **Project documentation with Markdown.** -[![Build Status](https://travis-ci.org/tomchristie/mkdocs.png?branch=master)](https://travis-ci.org/tomchristie/mkdocs) +[![Build Status][travis-image]][travis-link] +[![Coverage Status][coveralls-image]][coveralls-link] Background: https://groups.google.com/forum/#!topic/django-rest-framework/YJ6J3jocGlo **See in progress docs: [www.mkdocs.org](http://www.mkdocs.org)** Project roadmap: [https://github.com/tomchristie/mkdocs/wiki](https://github.com/tomchristie/mkdocs/wiki) + +[travis-image]: https://travis-ci.org/tomchristie/mkdocs.png?branch=master +[travis-link]: https://travis-ci.org/tomchristie/mkdocs +[coveralls-image]: https://coveralls.io/repos/tomchristie/mkdocs/badge.png +[coveralls-link]: https://coveralls.io/r/tomchristie/mkdocs