From 023d2d1b4c9808ff365cc48326b562281046252e Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 9 Sep 2018 12:08:40 +0300 Subject: [PATCH] Remove broken downloads badge --- README.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 9c1df73e..8984e65f 100644 --- a/README.rst +++ b/README.rst @@ -5,10 +5,6 @@ Introduction :target: https://pypi.python.org/pypi/pbr/ :alt: Latest Version -.. image:: https://img.shields.io/pypi/dm/pbr.svg - :target: https://pypi.python.org/pypi/pbr/ - :alt: Downloads - PBR is a library that injects some useful and sensible default behaviors into your setuptools run. It started off life as the chunks of code that were copied between all of the `OpenStack`_ projects. Around the time that @@ -38,5 +34,5 @@ them as quickly as possible. .. _d2to1: https://pypi.python.org/pypi/d2to1 .. _distutils2: https://pypi.python.org/pypi/Distutils2 -.. _PEP 426: http://legacy.python.org/dev/peps/pep-0426/ +.. _PEP 426: https://legacy.python.org/dev/peps/pep-0426/ .. _OpenStack: https://www.openstack.org/