Skip to content

Commit fa1b32e

Browse files
authored
Merge pull request #264 from hugovk/patch-2
Fix badge
2 parents 6e14ba8 + 2811ca5 commit fa1b32e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
.. image:: https://img.shields.io/conda/vn/conda-forge/py.svg
55
:target: https://anaconda.org/conda-forge/py
66

7-
.. image:: https://img.shields.io/pypi/pyversions/pytest.svg
7+
.. image:: https://img.shields.io/pypi/pyversions/py.svg
88
:target: https://pypi.org/project/py
99

1010
.. image:: https://img.shields.io/travis/pytest-dev/py.svg
@@ -25,9 +25,9 @@ the following tools and modules:
2525
* ``py.code``: dynamic code generation and introspection (deprecated, moved to ``pytest`` as a implementation detail).
2626

2727
**NOTE**: prior to the 1.4 release this distribution used to
28-
contain py.test which is now its own package, see http://pytest.org
28+
contain py.test which is now its own package, see https://docs.pytest.org
2929

30-
For questions and more information please visit http://py.readthedocs.org
30+
For questions and more information please visit https://py.readthedocs.io
3131

3232
Bugs and issues: https://github.com/pytest-dev/py
3333

0 commit comments

Comments
 (0)