diff --git a/modules/ml/tutorials/cpp_ml/introduction_to_svm/introduction_to_svm.markdown b/modules/ml/tutorials/cpp_ml/introduction_to_svm/introduction_to_svm.markdown index 9003a6e281..b663e50c2d 100644 --- a/modules/ml/tutorials/cpp_ml/introduction_to_svm/introduction_to_svm.markdown +++ b/modules/ml/tutorials/cpp_ml/introduction_to_svm/introduction_to_svm.markdown @@ -105,7 +105,7 @@ Source Code @add_toggle_cpp - **Downloadable code**: Click - [here](https://github.com/opencv/opencv/tree/5.x/samples/cpp/tutorial_code/ml/introduction_to_svm/introduction_to_svm.cpp) + [here](https://github.com/opencv/opencv_contrib/tree/5.x/modules/ml/samples/introduction_to_svm.cpp) - **Code at glance:** @include samples/introduction_to_svm.cpp @@ -113,7 +113,7 @@ Source Code @add_toggle_java - **Downloadable code**: Click - [here](https://github.com/opencv/opencv/tree/5.x/samples/java/tutorial_code/ml/introduction_to_svm/IntroductionToSVMDemo.java) + [here](https://github.com/opencv/opencv_contrib/tree/5.x/modules/ml/samples/java/tutorial_code/ml/introduction_to_svm/IntroductionToSVMDemo.java) - **Code at glance:** @include samples/java/tutorial_code/ml/introduction_to_svm/IntroductionToSVMDemo.java @@ -121,7 +121,7 @@ Source Code @add_toggle_python - **Downloadable code**: Click - [here](https://github.com/opencv/opencv/tree/5.x/samples/python/tutorial_code/ml/introduction_to_svm/introduction_to_svm.py) + [here](https://github.com/opencv/opencv_contrib/tree/5.x/modules/ml/samples/python/tutorial_code/ml/introduction_to_svm/introduction_to_svm.py) - **Code at glance:** @include samples/python/tutorial_code/ml/introduction_to_svm/introduction_to_svm.py diff --git a/modules/ml/tutorials/cpp_ml/non_linear_svms/non_linear_svms.markdown b/modules/ml/tutorials/cpp_ml/non_linear_svms/non_linear_svms.markdown index de627601b9..fc1cc5a655 100644 --- a/modules/ml/tutorials/cpp_ml/non_linear_svms/non_linear_svms.markdown +++ b/modules/ml/tutorials/cpp_ml/non_linear_svms/non_linear_svms.markdown @@ -95,8 +95,8 @@ account these rules: Source Code ----------- -You may also find the source code in `samples/cpp/tutorial_code/ml/non_linear_svms` folder of the OpenCV source library or -[download it from here](https://github.com/opencv/opencv/tree/5.x/samples/cpp/tutorial_code/ml/non_linear_svms/non_linear_svms.cpp). +You may also find the source code in `ml/samples` folder of the OpenCV source library or +[download it from here](https://github.com/opencv/opencv_contrib/tree/5.x/modules/ml/samples). @add_toggle_cpp - **Downloadable code**: Click @@ -108,7 +108,7 @@ You may also find the source code in `samples/cpp/tutorial_code/ml/non_linear_sv @add_toggle_java - **Downloadable code**: Click - [here](https://github.com/opencv/opencv/tree/5.x/samples/java/tutorial_code/ml/non_linear_svms/NonLinearSVMsDemo.java) + [here](https://github.com/opencv/opencv_contrib/tree/5.x/modules/ml/samples/java/tutorial_code/ml/non_linear_svms/NonLinearSVMsDemo.java) - **Code at glance:** @include samples/java/tutorial_code/ml/non_linear_svms/NonLinearSVMsDemo.java @@ -116,7 +116,7 @@ You may also find the source code in `samples/cpp/tutorial_code/ml/non_linear_sv @add_toggle_python - **Downloadable code**: Click - [here](https://github.com/opencv/opencv/tree/5.x/samples/python/tutorial_code/ml/non_linear_svms/non_linear_svms.py) + [here](https://github.com/opencv/opencv_contrib/tree/5.x/modules/ml/samples/python/tutorial_code/ml/non_linear_svms/non_linear_svms.py) - **Code at glance:** @include samples/python/tutorial_code/ml/non_linear_svms/non_linear_svms.py