aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
authorGravatar Billy Lamberta <blamb@google.com>2018-06-22 17:40:27 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-22 17:43:06 -0700
commit6af6b3b1ea76d3e90227bcdda70dc845d00dc6fc (patch)
treef90966fce265147b98075f2f8428da21a016588d /tensorflow/examples
parent26f48b72a4fb749e7ffd05cec14ef8e0be4f72ab (diff)
Rename programmers_guide/ directory to guide/.
Update references in source files and docs in tensorflow and related projects. PiperOrigin-RevId: 201766994
Diffstat (limited to 'tensorflow/examples')
-rw-r--r--tensorflow/examples/how_tos/reading_data/fully_connected_reader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/how_tos/reading_data/fully_connected_reader.py b/tensorflow/examples/how_tos/reading_data/fully_connected_reader.py
index 307eede5c0..7402247448 100644
--- a/tensorflow/examples/how_tos/reading_data/fully_connected_reader.py
+++ b/tensorflow/examples/how_tos/reading_data/fully_connected_reader.py
@@ -17,7 +17,7 @@
This version is like fully_connected_feed.py but uses data converted
to a TFRecords file containing tf.train.Example protocol buffers.
See:
-https://www.tensorflow.org/programmers_guide/reading_data#reading_from_files
+https://www.tensorflow.org/guide/reading_data#reading_from_files
for context.
YOU MUST run convert_to_records before running this (but you only need to