Skip to content

Commit afc7ce4

Browse files
committed
fix shield
1 parent 65c33ca commit afc7ce4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ virtualenv
33

44
A tool for creating isolated 'virtual' python environments.
55

6-
.. image:: https://badge.fury.io/py/virtualenv.svg
7-
:target: https://badge.fury.io/py/virtualenv
6+
.. image:: https://img.shields.io/pypi/v/virtualenv.svg
7+
:target: https://pypi.org/project/virtualenv
88
:alt: Latest version on PyPi
99
.. image:: https://img.shields.io/pypi/pyversions/virtualenv.svg
1010
:target: https://pypi.org/project/virtualenv/
@@ -18,9 +18,6 @@ A tool for creating isolated 'virtual' python environments.
1818
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
1919
:target: https://github.com/ambv/black
2020
:alt: Code style: black
21-
.. image:: https://img.shields.io/pypi/v/virtualenv.svg
22-
:target: https://pypi.org/project/virtualenv
23-
2421

2522
* `Installation <https://virtualenv.pypa.io/en/latest/installation.html>`_
2623
* `Documentation <https://virtualenv.pypa.io/>`_

0 commit comments

Comments
 (0)