From 3c8adb12b0779cbc81555224f37bdb4cfaf6d6fa Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Sat, 12 May 2018 00:09:26 +0000 Subject: [PATCH] Fix incorrect link for nvidia drivers This fix fixes the incorrect link for nvidia drivers (previously the link points to `Page Not Found`). Signed-off-by: Yong Tang --- tensorflow/docs_src/install/install_linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/docs_src/install/install_linux.md b/tensorflow/docs_src/install/install_linux.md index e1948c7..199b915 100644 --- a/tensorflow/docs_src/install/install_linux.md +++ b/tensorflow/docs_src/install/install_linux.md @@ -517,7 +517,7 @@ on your system: from source. To use the TensorFlow binaries, version 3.5 or higher is required. See the [NVIDIA documentation](https://developer.nvidia.com/cuda-gpus) for a list of supported GPU cards. -* [GPU drivers](http://nvidia.com/driver) that support your version of the CUDA +* [GPU drivers](http://nvidia.com/drivers) that support your version of the CUDA Toolkit. * The `libcupti-dev` library is the NVIDIA CUDA Profile Tools Interface. This library provides advanced profiling support. To install this library, -- 2.7.4