summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2016-04-11 17:16:38 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2016-04-11 17:16:59 +0900
commitc2396e4cc6b574da58981359095a70df14539979 (patch)
tree8de28af3c8bf4e64519466358d13036549d5ccac
parentb831625d5f0f7ee40f88cbb1c1169cf591f471aa (diff)
downloadpygerrit-c2396e4cc6b574da58981359095a70df14539979.tar.gz
Use badges from shields.io1.0.0
Change-Id: Ifc4e51f3a14e75701d93c93bb28ef8f1db9afaf4
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 0bbc8ff..8030758 100644
--- a/README.rst
+++ b/README.rst
@@ -1,11 +1,11 @@
Pygerrit - Client library for interacting with Gerrit Code Review
=================================================================
-.. image:: https://badge.fury.io/py/pygerrit.png
- :target: http://badge.fury.io/py/pygerrit
+.. image:: https://img.shields.io/pypi/v/pygerrit.png
-.. image:: https://pypip.in/d/pygerrit/badge.png
- :target: https://crate.io/packages/pygerrit/
+.. image:: https://img.shields.io/pypi/dm/pygerrit.png
+
+.. image:: https://img.shields.io/pypi/l/pygerrit.png
Pygerrit provides a simple interface for clients to interact with
`Gerrit Code Review`_ via ssh or the REST API.