Skip to content

Commit 49bf5ca

Browse files
committed
Fixed badges
1 parent 3bfe6a8 commit 49bf5ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ def test_hello(qtbot):
2020

2121
This allows you to test and make sure your view layer is behaving the way you expect after each code change.
2222

23-
[![version](https://pypip.in/v/pytest-qt/badge.png)](https://crate.io/packages/pytest-qt)
24-
[![downloads](https://pypip.in/d/pytest-qt/badge.png)](https://crate.io/packages/pytest-qt)
23+
[![version](http://img.shields.io/pypi/v/pytest-qt.svg)](https://crate.io/packages/pytest-qt)
24+
[![downloads](http://img.shields.io/pypi/dm/pytest-qt.svg)](https://crate.io/packages/pytest-qt/)
2525
[![ci](https://secure.travis-ci.org/nicoddemus/pytest-qt.png?branch=master)](https://travis-ci.org/nicoddemus/pytest-qt)
2626

2727
## Documentation ##

0 commit comments

Comments
 (0)