From a3b56af37f8cf92dcc7beb18b8e3d17e6ee6cba8 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 11 Jun 2015 20:37:59 -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: Ia1fd048e8f1810c4aaabc24bd01c7f0c18b79fd6 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0b89c6c51..30138518d 100644 --- a/README.rst +++ b/README.rst @@ -1,11 +1,11 @@ Oslo Messaging Library ====================== -.. image:: https://pypip.in/version/oslo.messaging/badge.svg +.. image:: https://img.shields.io/pypi/v/oslo.messaging.svg :target: https://pypi.python.org/pypi/oslo.messaging/ :alt: Latest Version -.. image:: https://pypip.in/download/oslo.messaging/badge.svg?period=month +.. image:: https://img.shields.io/pypi/dm/oslo.messaging.svg :target: https://pypi.python.org/pypi/oslo.messaging/ :alt: Downloads