From 4d654c51b1329175e105d8240f235e31a50182df Mon Sep 17 00:00:00 2001 From: Adrian Sieber Date: Thu, 8 Oct 2015 14:54:44 +0200 Subject: [PATCH] Fix link to OpenCV website --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cedc471..9dc1e71 100755 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://secure.travis-ci.org/peterbraden/node-opencv.png)](http://travis-ci.org/peterbraden/node-opencv) -[OpenCV](http://opencv.willowgarage.com/wiki/) bindings for Node.js. OpenCV is +[OpenCV](http://opencv.org) bindings for Node.js. OpenCV is the defacto computer vision library - by interfacing with it natively in node, we get powerful real time vision in js.