Skip to content

Commit 4db144a

Browse files
committed
fix badges
1 parent 9481238 commit 4db144a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,8 @@ A: Make sure you have removed old manual installations of OpenCV Python bindings
5656

5757
## Documentation for opencv-python
5858

59-
.. image:: https://img.shields.io/appveyor/ci/skvark/opencv-python.svg?maxAge=3600&label=Windows
60-
:target: https://ci.appveyor.com/project/skvark/opencv-python
61-
:alt: AppVeyor CI test status (Windows)
62-
63-
.. image:: https://img.shields.io/travis/skvark/opencv-python.svg?maxAge=3600&label="Linux / OS X"
64-
:target: https://travis-ci.org/skvark/opencv-python
65-
:alt: Travis CI test status (Linux and OS X)
59+
[![AppVeyor CI test status (Windows)](https://img.shields.io/appveyor/ci/skvark/opencv-python.svg?maxAge=3600&label=Windows)](https://ci.appveyor.com/project/skvark/opencv-python)
60+
[![Travis CI test status (Linux and OS X)](https://img.shields.io/travis/skvark/opencv-python.svg?maxAge=3600&label="Linux / OS X")](https://travis-ci.org/skvark/opencv-python)
6661

6762
The aim of this repository is to provide means to package each new [OpenCV release](https://github.com/opencv/opencv/releases>) for the most used Python versions and platforms.
6863

0 commit comments

Comments
 (0)