Skip to content

Commit

Permalink
Switch badges from 'pypip.in' to 'shields.io'
Browse files Browse the repository at this point in the history
The badge hosting at 'pypip.in' has been broken for a while
now, it was supposed to be fixed in the following PR(s):

- badges/pypipins#39
- badges/pypipins#38
- badges/pypipins#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
  • Loading branch information
harlowja committed Jun 12, 2015
1 parent 0c5c71e commit 34d0a54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 34d0a54

Please sign in to comment.