diff options
author | Jon Bernard <jbernard@tuxion.com> | 2013-12-19 17:39:30 -0500 |
---|---|---|
committer | Jon Bernard <jbernard@tuxion.com> | 2013-12-19 17:39:30 -0500 |
commit | 0202e02fe8c26469d6e4ec0d8accea6b6cff5e07 (patch) | |
tree | 2f688b38822d58601d37bee5715805862002647b | |
parent | 1bd26fbd74ab681db5dfc3cc9bf605462c8c3027 (diff) | |
download | dotfiles-0202e02fe8c26469d6e4ec0d8accea6b6cff5e07.tar.gz dotfiles-0202e02fe8c26469d6e4ec0d8accea6b6cff5e07.tar.bz2 dotfiles-0202e02fe8c26469d6e4ec0d8accea6b6cff5e07.zip |
Fidget with the badges for the last time
-rw-r--r-- | README.rst | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,11 @@ Dotfile management made easy ============================ -.. image:: https://pypip.in/v/dotfiles/badge.png - :target: https://pypi.python.org/pypi/dotfiles +.. image:: https://badge.fury.io/py/dotfiles.png + :target: http://badge.fury.io/py/dotfiles + +.. image:: https://secure.travis-ci.org/jbernard/dotfiles.png?branch=master + :target: http://travis-ci.org/jbernard/dotfiles ``dotfiles`` is a tool to make managing your dotfile symlinks in ``$HOME`` easy, allowing you to keep all your dotfiles in a single directory. @@ -179,9 +182,6 @@ Support for ``add`` and ``remove`` is a current TODO item. Contribute ---------- -.. image:: https://secure.travis-ci.org/jbernard/dotfiles.png?branch=master - :target: http://travis-ci.org/jbernard/dotfiles - .. image:: https://badge.waffle.io/jbernard/dotfiles.png?label=ready :target: http://waffle.io/jbernard/dotfiles |