aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/get_started/basic_usage.md
diff options
context:
space:
mode:
authorGravatar Manjunath Kudlur <keveman@gmail.com>2015-11-08 13:56:56 -0800
committerGravatar Manjunath Kudlur <keveman@gmail.com>2015-11-08 13:56:56 -0800
commit71842dabdb169e46c46e1b139334bd04ed388e5a (patch)
tree7969f9860abc145eaff6173086ca8a67212ee7d1 /tensorflow/g3doc/get_started/basic_usage.md
parente28c1dbab3506d536ded7f1b1f0a527d4cad1b14 (diff)
TensorFlow: Upstream latest changes to git.
Changes: - Documentation updates. - Specify numpy version in required packages. Base CL: 107344010
Diffstat (limited to 'tensorflow/g3doc/get_started/basic_usage.md')
-rw-r--r--tensorflow/g3doc/get_started/basic_usage.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/tensorflow/g3doc/get_started/basic_usage.md b/tensorflow/g3doc/get_started/basic_usage.md
index 7616c3f7ea..c29f6a4179 100644
--- a/tensorflow/g3doc/get_started/basic_usage.md
+++ b/tensorflow/g3doc/get_started/basic_usage.md
@@ -286,7 +286,8 @@ with tf.Session() as sess:
```
A `placeholder()` operation generates an error if you do not supply a feed for
-it. See the [MNIST fully-connected feed
-tutorial](../tutorials/mnist/fully_connected_feed.py) for a larger-scale
-example of feeds.
+it. See the
+[MNIST fully-connected feed tutorial](../tutorials/mnist/tf/index.md)
+([source code](https://tensorflow.googlesource.com/tensorflow/+/master/tensorflow/g3doc/tutorials/mnist/fully_connected_feed.py))
+for a larger-scale example of feeds.