Fixed external link in python colorspace tutorial
authorMaksim Shabunin <maksim.shabunin@itseez.com>
Wed, 13 May 2015 14:59:03 +0000 (17:59 +0300)
committerMaksim Shabunin <maksim.shabunin@itseez.com>
Wed, 13 May 2015 15:46:21 +0000 (18:46 +0300)
doc/py_tutorials/py_imgproc/py_colorspaces/py_colorspaces.markdown

index 962630e..1418ef9 100644 (file)
@@ -89,7 +89,7 @@ just by moving your hand in front of camera and many other funny stuffs.
 How to find HSV values to track?
 --------------------------------
 
-This is a common question found in [stackoverflow.com](www.stackoverflow.com). It is very simple and
+This is a common question found in [stackoverflow.com](http://www.stackoverflow.com). It is very simple and
 you can use the same function, cv2.cvtColor(). Instead of passing an image, you just pass the BGR
 values you want. For example, to find the HSV value of Green, try following commands in Python
 terminal: