Commit aea846ad authored by Drew Hintz's avatar Drew Hintz Committed by Maksim Shabunin

Update broken downloads link in documentation (#8764)

* Update broken downloads link

* Update broken downloads link

* Update broken downloads link
parent 913a2dbd
...@@ -29,7 +29,7 @@ Getting the Source Code {#tutorial_building_tegra_cuda_getting_the_code} ...@@ -29,7 +29,7 @@ Getting the Source Code {#tutorial_building_tegra_cuda_getting_the_code}
There are two (2) ways to get the OpenCV source code: There are two (2) ways to get the OpenCV source code:
* Direct download from the [OpenCV downloads](http://opencv.org/downloads.html) page * Direct download from the [OpenCV downloads](http://opencv.org/releases.html) page
* Cloning the git repositories hosted on [GitHub](https://github.com/opencv) * Cloning the git repositories hosted on [GitHub](https://github.com/opencv)
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. 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.
......
...@@ -10,7 +10,7 @@ less mistakes. Here we go. ...@@ -10,7 +10,7 @@ less mistakes. Here we go.
Configuring Eclipse Configuring Eclipse
------------------- -------------------
First, obtain a fresh release of OpenCV [from download page](http://opencv.org/downloads.html) and First, obtain a fresh release of OpenCV [from download page](http://opencv.org/releases.html) and
extract it under a simple location like `C:\OpenCV-2.4.6\`. I am using version 2.4.6, but the steps extract it under a simple location like `C:\OpenCV-2.4.6\`. I am using version 2.4.6, but the steps
are more or less the same for other versions. are more or less the same for other versions.
......
...@@ -33,7 +33,7 @@ repository](https://github.com/opencv/opencv.git). ...@@ -33,7 +33,7 @@ repository](https://github.com/opencv/opencv.git).
### Getting the Latest Stable OpenCV Version ### Getting the Latest Stable OpenCV Version
- Go to our [downloads page](http://opencv.org/downloads.html). - Go to our [downloads page](http://opencv.org/releases.html).
- Download the source archive and unpack it. - Download the source archive and unpack it.
### Getting the Cutting-edge OpenCV from the Git Repository ### Getting the Cutting-edge OpenCV from the Git Repository
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment