Fixed a small link error in documentation
authorAna Huaman <no@email>
Sat, 18 Jun 2011 17:46:52 +0000 (17:46 +0000)
committerAna Huaman <no@email>
Sat, 18 Jun 2011 17:46:52 +0000 (17:46 +0000)
doc/tutorials/Smoothing.rst

index 046bb2e..6fc7012 100644 (file)
@@ -100,7 +100,7 @@ Bilateral Filter
 Code
 ======
 
-This tutorial code's is shown lines below. You can also download it from `here <https://code.ros.org/svn/opencv/trunk/opencv/samples/cpp/tutorial_code/Image_Processing/FilterDemo1.cpp>`_
+This tutorial code's is shown lines below. You can also download it from `here <https://code.ros.org/svn/opencv/trunk/opencv/samples/cpp/tutorial_code/Image_Processing/Smoothing.cpp>`_
 
 .. code-block:: cpp