aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc
diff options
context:
space:
mode:
authorGravatar Sanders Kleinfeld <skleinfeld@google.com>2017-02-09 00:29:12 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-09 00:48:47 -0800
commit5a08f2496b3e2211c0e977f38b216cab314ca72d (patch)
tree518e81f76653ca8f4d0c05f4bed9a63474f92a1c /tensorflow/g3doc
parent13a5be659fdfebae32d66ee3c6a57c9cb507d369 (diff)
Fixing incorrect link for Wide & Deep tutorial in Additional Resources.
Change: 147005303
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