aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Shanqing Cai <cais@google.com>2017-04-12 08:30:33 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-04-12 09:52:44 -0700
commit9cc21f04ed051d6a6d3a21e909aa547110aa8b0d (patch)
tree224739ea74743500ad6c77157e145f25eb57c28e
parenta18d61d2f6507b29dc076a8711ff310c48d053ca (diff)
tfdbg: fix broken link in python/debug/examples/README.md
Fixes: #9161 Change: 152947343
-rw-r--r--tensorflow/python/debug/examples/README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/tensorflow/python/debug/examples/README.md b/tensorflow/python/debug/examples/README.md
index 41bf777c97..cb4d484092 100644
--- a/tensorflow/python/debug/examples/README.md
+++ b/tensorflow/python/debug/examples/README.md
@@ -1,4 +1,9 @@
Hi, there!
-The documentation of **TensorFlow Debugger (tfdbg)** has moved to
-[this new location](../../../g3doc/how_tos/debugger/index.md).
+The documentation of **TensorFlow Debugger (tfdbg)** has moved.
+
+See the source version at
+[this new location](../../../docs_src/programmers_guide/debugger.md).
+
+See the public website version at
+[https://www.tensorflow.org/programmers_guide/debugger](https://www.tensorflow.org/programmers_guide/debugger).