From e4cc79d4f68c44c6a65f7abef1e9adba4d6a6791 Mon Sep 17 00:00:00 2001 From: Tal Einat Date: Tue, 30 Jun 2015 11:50:00 +0300 Subject: [PATCH] updated all README badges to use 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): - 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. --- README.rst | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 6d566f5..6342b1a 100644 --- a/README.rst +++ b/README.rst @@ -2,31 +2,35 @@ fuzzysearch =============================== -.. image:: https://pypip.in/version/fuzzysearch/badge.svg?style=flat +.. image:: https://img.shields.io/pypi/v/fuzzysearch.svg?style=flat :target: https://pypi.python.org/pypi/fuzzysearch :alt: Latest Version -.. image:: https://travis-ci.org/taleinat/fuzzysearch.svg?branch=master +.. image:: https://img.shields.io/travis/taleinat/fuzzysearch.svg?branch=master :target: https://travis-ci.org/taleinat/fuzzysearch/branches :alt: Build & Tests Status -.. image:: https://coveralls.io/repos/taleinat/fuzzysearch/badge.svg?branch=master +.. image:: https://img.shields.io/coveralls/taleinat/fuzzysearch.svg?branch=master :target: https://coveralls.io/r/taleinat/fuzzysearch?branch=master :alt: Test Coverage -.. image:: https://pypip.in/download/fuzzysearch/badge.svg?style=flat +.. image:: https://img.shields.io/pypi/dm/fuzzysearch.svg?style=flat :target: https://pypi.python.org/pypi/fuzzysearch :alt: Downloads -.. image:: https://pypip.in/py_versions/fuzzysearch/badge.svg?style=flat +.. image:: https://img.shields.io/pypi/wheel/fuzzysearch.svg?style=flat + :target: https://pypi.python.org/pypi/fuzzysearch + :alt: Wheels + +.. image:: https://img.shields.io/pypi/pyversions/fuzzysearch.svg?style=flat :target: https://pypi.python.org/pypi/fuzzysearch :alt: Supported Python versions -.. image:: https://pypip.in/implementation/fuzzysearch/badge.svg?style=flat +.. image:: https://img.shields.io/pypi/implementation/fuzzysearch.svg?style=flat :target: https://pypi.python.org/pypi/fuzzysearch :alt: Supported Python implementations -.. image:: https://pypip.in/license/fuzzysearch/badge.svg?style=flat +.. image:: https://img.shields.io/pypi/l/fuzzysearch.svg?style=flat :target: https://pypi.python.org/pypi/fuzzysearch/ :alt: License