From 34d0a541855fb746b645ce5d5df70befc76f1ba4 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 11 Jun 2015 20:49:26 -0700 Subject: [PATCH] Switch badges from 'pypip.in' to 'shields.io' The badge hosting at 'pypip.in' has been broken for a while now, it was supposed to be fixed in the following PR(s): - https://github.com/badges/pypipins/issues/39 - https://github.com/badges/pypipins/issues/38 - https://github.com/badges/pypipins/issues/37 That does not appear to have actually happened and/or is not getting addressed, so switch to a more reliable badge hosting site that provides the same badge information. Change-Id: I93c43d6f09bc5240ce21206ddaf61b30227a88f4 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b6f9dc9..8b0f4a2 100644 --- a/README.rst +++ b/README.rst @@ -2,11 +2,11 @@ stevedore -- Manage dynamic plugins for Python applications =========================================================== -.. image:: https://pypip.in/version/stevedore/badge.svg +.. image:: https://img.shields.io/pypi/v/stevedore.svg :target: https://pypi.python.org/pypi/stevedore/ :alt: Latest Version -.. image:: https://pypip.in/download/stevedore/badge.svg?period=month +.. image:: https://img.shields.io/pypi/dm/stevedore.svg :target: https://pypi.python.org/pypi/stevedore/ :alt: Downloads