aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/install/install_windows.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/install/install_windows.md')
-rw-r--r--tensorflow/docs_src/install/install_windows.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/docs_src/install/install_windows.md b/tensorflow/docs_src/install/install_windows.md
index e020451c04..dedf485f93 100644
--- a/tensorflow/docs_src/install/install_windows.md
+++ b/tensorflow/docs_src/install/install_windows.md
@@ -47,7 +47,7 @@ installed on your system:
If you have a different version of one of the preceding packages, please
change to the specified versions. In particular, the cuDNN version
-must match exactly: TensorFlow will not load if it cannot find `cudnn64_7.dll`.
+must match exactly: TensorFlow will not load if it cannot find `cuDNN64_7.dll`.
To use a different version of cuDNN, you must build from source.
## Determine how to install TensorFlow
@@ -153,7 +153,7 @@ TensorFlow programs:
<pre>Hello, TensorFlow!</pre>
-If you are new to TensorFlow, see @{$get_started$Getting Started with
+If you are new to TensorFlow, see @{$get_started/premade_estimators$Getting Started with
TensorFlow}.
If the system outputs an error message instead of a greeting, see [Common