From 3f7cc456860ecdebef13bb2f4969bcb0f0ac1415 Mon Sep 17 00:00:00 2001 From: Prakhar Varshney <31482164+prakhar9998@users.noreply.github.com> Date: Thu, 22 Aug 2019 14:55:27 +0530 Subject: [PATCH] Merge pull request #15345 from prakhar9998:patch-1 * fix broken code link resolves #15344 * Update stitcher.markdown * update 3.4 link --- doc/tutorials/stitching/stitcher/stitcher.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/stitching/stitcher/stitcher.markdown b/doc/tutorials/stitching/stitcher/stitcher.markdown index f0e7731e51..4bd6dc4841 100644 --- a/doc/tutorials/stitching/stitcher/stitcher.markdown +++ b/doc/tutorials/stitching/stitcher/stitcher.markdown @@ -15,7 +15,7 @@ Code ---- This tutorial code's is shown lines below. You can also download it from -[here](https://github.com/opencv/opencv/tree/3.4/samples/cpp/samples/cpp/stitching.cpp). +[here](https://github.com/opencv/opencv/tree/3.4/samples/cpp/stitching.cpp). @include samples/cpp/stitching.cpp