fix 4.x links

This commit is contained in:
Alexander Alekhin
2021-12-22 13:01:26 +00:00
parent be110d0464
commit c78a8dfd2d
134 changed files with 334 additions and 332 deletions
@@ -313,7 +313,7 @@ Then you can start interacting with OpenCV by just referencing the fully qualifi
classes.
@note
[Here](https://docs.opencv.org/master/javadoc/index.html) you can find the full OpenCV Java API.
[Here](https://docs.opencv.org/4.x/javadoc/index.html) you can find the full OpenCV Java API.
@code{.clojure}
user=> (org.opencv.core.Point. 0 0)