Skip to content

Commit aea846a

Browse files
adhintzmshabunin
authored andcommitted
Update broken downloads link in documentation (opencv#8764)
* Update broken downloads link * Update broken downloads link * Update broken downloads link
1 parent 913a2db commit aea846a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/tutorials/introduction/building_tegra_cuda/building_tegra_cuda.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Getting the Source Code {#tutorial_building_tegra_cuda_getting_the_code}
2929

3030
There are two (2) ways to get the OpenCV source code:
3131

32-
* Direct download from the [OpenCV downloads](http://opencv.org/downloads.html) page
32+
* Direct download from the [OpenCV downloads](http://opencv.org/releases.html) page
3333
* Cloning the git repositories hosted on [GitHub](https://github.com/opencv)
3434

3535
For this guide, the focus is on using the git repositories. This is because the 3.1.0 version of OpenCV will not build with CUDA 8.0 without applying a few small upstream changes from the git repository.

doc/tutorials/introduction/java_eclipse/java_eclipse.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ less mistakes. Here we go.
1010
Configuring Eclipse
1111
-------------------
1212

13-
First, obtain a fresh release of OpenCV [from download page](http://opencv.org/downloads.html) and
13+
First, obtain a fresh release of OpenCV [from download page](http://opencv.org/releases.html) and
1414
extract it under a simple location like `C:\OpenCV-2.4.6\`. I am using version 2.4.6, but the steps
1515
are more or less the same for other versions.
1616

doc/tutorials/introduction/linux_install/linux_install.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repository](https://github.com/opencv/opencv.git).
3333

3434
### Getting the Latest Stable OpenCV Version
3535

36-
- Go to our [downloads page](http://opencv.org/downloads.html).
36+
- Go to our [downloads page](http://opencv.org/releases.html).
3737
- Download the source archive and unpack it.
3838

3939
### Getting the Cutting-edge OpenCV from the Git Repository

0 commit comments

Comments
 (0)