aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc')
-rw-r--r--tensorflow/g3doc/tutorials/input_fn/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/g3doc/tutorials/input_fn/index.md b/tensorflow/g3doc/tutorials/input_fn/index.md
index 6b94fd82e1..1c16684848 100644
--- a/tensorflow/g3doc/tutorials/input_fn/index.md
+++ b/tensorflow/g3doc/tutorials/input_fn/index.md
@@ -384,7 +384,7 @@ following resources:
creating `FeatureColumn`s and an `input_fn` for a linear classification
model that predicts income range based on census data.
-* [TensorFlow Wide & Deep Learning Tutorial](../wide/index.md): Building on
+* [TensorFlow Wide & Deep Learning Tutorial](../wide_and_deep/index.md): Building on
the [Linear Model Tutorial](../wide/index.md), this tutorial covers
`FeatureColumn` and `input_fn` creation for a "wide and deep" model that
combines a linear model and a neural network using