aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/how_tos/index.md
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2016-03-04 16:17:45 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-03-05 15:51:46 -0800
commit325a3f93038fe2af766090831d53d0b10ad71df5 (patch)
tree550eb1b3e3ec67650ffd215643dc104b4ad987d9 /tensorflow/g3doc/how_tos/index.md
parentc4fa24885f4f039a8a2aac127c9fed127c151eb0 (diff)
Fix a broken tutorial link
Change: 116413358
Diffstat (limited to 'tensorflow/g3doc/how_tos/index.md')
-rw-r--r--tensorflow/g3doc/how_tos/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/g3doc/how_tos/index.md b/tensorflow/g3doc/how_tos/index.md
index cfabce7761..a4ab502f68 100644
--- a/tensorflow/g3doc/how_tos/index.md
+++ b/tensorflow/g3doc/how_tos/index.md
@@ -15,7 +15,7 @@ A step-by-step walk through of the details of using TensorFlow infrastructure
to train models at scale, using MNIST handwritten digit recognition as a toy
example.
-[View Tutorial](mnist/tf/index.md)
+[View Tutorial](../tutorials/mnist/tf/index.md)
## TensorBoard: Visualizing Learning