aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/extend/tool_developers/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/extend/tool_developers/index.md')
-rw-r--r--tensorflow/docs_src/extend/tool_developers/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/extend/tool_developers/index.md b/tensorflow/docs_src/extend/tool_developers/index.md
index 06fc5e70dd..f02cd23be8 100644
--- a/tensorflow/docs_src/extend/tool_developers/index.md
+++ b/tensorflow/docs_src/extend/tool_developers/index.md
@@ -63,7 +63,7 @@ There are actually two different formats that a ProtoBuf can be saved in.
TextFormat is a human-readable form, which makes it nice for debugging and
editing, but can get large when there's numerical data like weights stored in
it. You can see a small example of that in
-[graph_run_run2.pbtxt](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tensorboard/demo/data/graph_run_run2.pbtxt).
+[graph_run_run2.pbtxt](https://github.com/tensorflow/tensorboard/blob/master/tensorboard/demo/data/graph_run_run2.pbtxt).
Binary format files are a lot smaller than their text equivalents, even though
they're not as readable for us. In this script, we ask the user to supply a