summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIan Denhardt <ian@zenhack.net>2016-12-15 11:38:37 -0500
committerIan Denhardt <ian@zenhack.net>2016-12-15 11:38:37 -0500
commitc8960861fb17de3022b2ae92e76b1e3d5d894421 (patch)
treeb25547e4aa7d5585e34f48772ba9cb3ac13bba47 /README.md
parent2c3bdf1fcf1f3bb190c96f5f41ec5857266400d4 (diff)
Use footnote-links to clean up badges
...They can be hard to look at in the source otherwise.
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
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