summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles Chan <charleswhchan@users.noreply.github.com>2015-08-05 21:08:16 -0700
committerCharles Chan <charleswhchan@users.noreply.github.com>2015-08-05 21:08:16 -0700
commit1f899e92d1ffb074acc74f5cfda009d05495e609 (patch)
tree2d7fbff777d567a92637d2e09fd9ef81974fe3c1 /README.md
parente7b5cb87828a49cfc8771ab3d83fda157d42972f (diff)
downloadansible-1f899e92d1ffb074acc74f5cfda009d05495e609.tar.gz
Update README.md
Fix missing download badge. Link to shields.io.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index cea24c8477..cc9cb521db 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-[![PyPI version](https://badge.fury.io/py/ansible.svg)](http://badge.fury.io/py/ansible)
-[![PyPI downloads](https://pypip.in/d/ansible/badge.svg)](https://pypi.python.org/pypi/ansible)
+[![PyPI version](https://img.shields.io/pypi/v/ansible.svg)](https://pypi.python.org/pypi/ansible)
+[![PyPI downloads](https://img.shields.io/pypi/dm/ansible.svg)](https://pypi.python.org/pypi/ansible)
[![Build Status](https://travis-ci.org/ansible/ansible.svg?branch=devel)](https://travis-ci.org/ansible/ansible)