From 115d4f861e6895ba7f78f440d38cd83261b480c5 Mon Sep 17 00:00:00 2001 From: mbeltagy Date: Thu, 23 Mar 2017 13:28:57 +0200 Subject: [PATCH] Fixed broken link [1] for linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c92a9a1..4d94ee2 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ $ ls opencv2 #### Linux (Ubuntu) -- See links [1](http://docs.opencv.org/trunk/doc/tutorials/introduction/linux_install/linux_install.html) and [2](https://github.com/jayrambhia/Install-OpenCV) on how to install OpenCV `3.2.0`. +- See links [1](http://docs.opencv.org/3.2.0/d7/d9f/tutorial_linux_install.html) and [2](https://github.com/jayrambhia/Install-OpenCV) on how to install OpenCV `3.2.0`. - Comment out the #include statements for `flann` in `opencv2/opencv.hpp`.