1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

documentation: avoid links to 'master' branch from 3.4 maintenance branch

This commit is contained in:
Alexander Alekhin
2018-05-31 16:45:18 +03:00
parent 49321a233c
commit 9ba9358ecb
61 changed files with 118 additions and 118 deletions
@@ -13,7 +13,7 @@ In this tutorial you will learn how to
Code
----
You can download the code from [here ](https://github.com/opencv/opencv/tree/master/samples/cpp/tutorial_code/viz/transformations.cpp).
You can download the code from [here ](https://github.com/opencv/opencv/tree/3.4/samples/cpp/tutorial_code/viz/transformations.cpp).
@include samples/cpp/tutorial_code/viz/transformations.cpp
Explanation