From 76076e5ccb600e62e47f57d2a23815dc85949ff1 Mon Sep 17 00:00:00 2001 From: Martin Valgur Date: Wed, 5 Sep 2018 20:05:27 +0300 Subject: [PATCH] Fix PyPI badge URLs in README.rst `vcrpy-unittest` -> `vcrpy` in PyPI URLs. --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 8c45df3..cfa0b38 100644 --- a/README.rst +++ b/README.rst @@ -61,9 +61,9 @@ This library uses the MIT license. See `LICENSE.txt `__ for more details .. |PyPI| image:: https://img.shields.io/pypi/v/vcrpy.svg - :target: https://pypi.python.org/pypi/vcrpy-unittest -.. |Python versions| image:: https://img.shields.io/pypi/pyversions/vcrpy-unittest.svg - :target: https://pypi.python.org/pypi/vcrpy-unittest + :target: https://pypi.python.org/pypi/vcrpy +.. |Python versions| image:: https://img.shields.io/pypi/pyversions/vcrpy.svg + :target: https://pypi.python.org/pypi/vcrpy .. |Build Status| image:: https://secure.travis-ci.org/kevin1024/vcrpy.png?branch=master :target: http://travis-ci.org/kevin1024/vcrpy .. |Waffle Ready| image:: https://badge.waffle.io/kevin1024/vcrpy.png?label=ready&title=waffle