From 94f00ec58f410cffc2062fe5673a8c5f3614cbf1 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Thu, 11 Jun 2015 20:42:13 -0700 Subject: 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: I97dc5bd99c91fe37738279de4622ed9d3632f6ce --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index a68dbde..c117cd2 100644 --- a/README.rst +++ b/README.rst @@ -2,11 +2,11 @@ oslo.db ========= -.. image:: https://pypip.in/version/oslo.db/badge.svg +.. image:: https://img.shields.io/pypi/v/oslo.db.svg :target: https://pypi.python.org/pypi/oslo.db/ :alt: Latest Version -.. image:: https://pypip.in/download/oslo.db/badge.svg?period=month +.. image:: https://img.shields.io/pypi/dm/oslo.db.svg :target: https://pypi.python.org/pypi/oslo.db/ :alt: Downloads -- cgit v1.2.1