aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/deploy/distributed.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/deploy/distributed.md')
-rw-r--r--tensorflow/docs_src/deploy/distributed.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/deploy/distributed.md b/tensorflow/docs_src/deploy/distributed.md
index d7ed6b1deb..8e2c818e39 100644
--- a/tensorflow/docs_src/deploy/distributed.md
+++ b/tensorflow/docs_src/deploy/distributed.md
@@ -2,7 +2,7 @@
This document shows how to create a cluster of TensorFlow servers, and how to
distribute a computation graph across that cluster. We assume that you are
-familiar with the @{$programmers_guide/low_level_intro$basic concepts} of
+familiar with the @{$guide/low_level_intro$basic concepts} of
writing low level TensorFlow programs.
## Hello distributed TensorFlow!