From 21688135b8a35c424bdc97f5629e406a759aa886 Mon Sep 17 00:00:00 2001 From: Brian Zier Date: Mon, 11 Jun 2018 06:10:06 -0700 Subject: [PATCH] Fix OpenCV releases link (#101) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16921fc..0f5cb4d 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ A: Make sure you have removed old manual installations of OpenCV Python bindings [![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) [![Travis CI test status (Linux and OS X)](https://img.shields.io/travis/skvark/opencv-python.svg?maxAge=3600&label=Linux+macOS)](https://travis-ci.org/skvark/opencv-python) -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. +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. ### Build process -- GitLab