aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/platform
diff options
context:
space:
mode:
authorGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-10 16:35:27 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-10 16:35:38 -0700
commitb96954c367b24ad9c0614b1b7d0d9c36582e88d8 (patch)
treea3dc622d648a0df8ed060587d02aa5d4cf98ce81 /tensorflow/python/platform
parent92dcc2e87d3c7895c6a42491b70d003cc52d1cec (diff)
parenta1339197d305f014d5a0dbe29c865fc69d66cf5c (diff)
Merge pull request #20616 from M0lion:Link-Fixes
PiperOrigin-RevId: 204033459
Diffstat (limited to 'tensorflow/python/platform')
-rw-r--r--tensorflow/python/platform/self_check.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/platform/self_check.py b/tensorflow/python/platform/self_check.py
index 966a094e55..844ae99918 100644
--- a/tensorflow/python/platform/self_check.py
+++ b/tensorflow/python/platform/self_check.py
@@ -78,7 +78,7 @@ def preload_check():
"Could not find %r. TensorFlow requires that this DLL be "
"installed in a directory that is named in your %%PATH%% "
"environment variable. Download and install CUDA %s from "
- "this URL: https://developer.nvidia.com/cuda-toolkit"
+ "this URL: https://developer.nvidia.com/cuda-90-download-archive"
% (build_info.cudart_dll_name, build_info.cuda_version_number))
if hasattr(build_info, "cudnn_dll_name") and hasattr(