From c2396e4cc6b574da58981359095a70df14539979 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 11 Apr 2016 17:16:38 +0900 Subject: Use badges from shields.io Change-Id: Ifc4e51f3a14e75701d93c93bb28ef8f1db9afaf4 --- README.rst | 8 ++++---- 1 file 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. -- cgit v1.2.1