From c8960861fb17de3022b2ae92e76b1e3d5d894421 Mon Sep 17 00:00:00 2001 From: Ian Denhardt Date: Thu, 15 Dec 2016 11:38:37 -0500 Subject: Use footnote-links to clean up badges ...They can be hard to look at in the source otherwise. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index dee3c077..4cf2ffd4 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ It is written in python using the [urwid][urwid] toolkit. Have a look at the [user manual][docs] for installation notes, advanced usage, customization and hacking guides. -Do comment on the code or file issues! +Do comment on the code or file issues! Most of the developers hang out in `#alot@freenode`, feel free to ask questions or make suggestions there. Badges ------ -[![Build Status](https://travis-ci.org/pazz/alot.svg?branch=master)](https://travis-ci.org/pazz/alot) -[![Code Issues](https://www.quantifiedcode.com/api/v1/project/c5aaa4739c5b4f6eb75eaaf8c01da679/badge.svg)](https://www.quantifiedcode.com/app/project/c5aaa4739c5b4f6eb75eaaf8c01da679) +[![Build Status][travis-img]][travis] +[![Code Issues][quantcode-img]][quantcode] Current features include: ------------------------- @@ -52,3 +52,8 @@ See the [manual][docs] for more usage info. [urwid]: http://excess.org/urwid/ [docs]: http://alot.rtfd.org [features]: https://github.com/pazz/alot/issues?labels=feature +[travis]: https://travis-ci.org/pazz/alot +[quantcode]: https://www.quantifiedcode.com/app/project/c5aaa4739c5b4f6eb75eaaf8c01da679 + +[travis-img]: https://travis-ci.org/pazz/alot.svg?branch=master +[quantcode-img]: https://www.quantifiedcode.com/api/v1/project/c5aaa4739c5b4f6eb75eaaf8c01da679/badge.svg -- cgit v1.2.3