aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/guide/tensors.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/guide/tensors.md')
-rw-r--r--tensorflow/docs_src/guide/tensors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/guide/tensors.md b/tensorflow/docs_src/guide/tensors.md
index 6b5a110a1c..4f0ddb21b5 100644
--- a/tensorflow/docs_src/guide/tensors.md
+++ b/tensorflow/docs_src/guide/tensors.md
@@ -298,7 +298,7 @@ to call `tf.train.start_queue_runners` before evaluating any `tf.Tensor`s.
## Printing Tensors
For debugging purposes you might want to print the value of a `tf.Tensor`. While
- @{$debugger$tfdbg} provides advanced debugging support, TensorFlow also has an
+ [tfdbg](../guide/debugger.md) provides advanced debugging support, TensorFlow also has an
operation to directly print the value of a `tf.Tensor`.
Note that you rarely want to use the following pattern when printing a