aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/get_started/summaries_and_tensorboard.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/get_started/summaries_and_tensorboard.md')
-rw-r--r--tensorflow/docs_src/get_started/summaries_and_tensorboard.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/tensorflow/docs_src/get_started/summaries_and_tensorboard.md b/tensorflow/docs_src/get_started/summaries_and_tensorboard.md
index 45d43e7a6e..ece8fbf43c 100644
--- a/tensorflow/docs_src/get_started/summaries_and_tensorboard.md
+++ b/tensorflow/docs_src/get_started/summaries_and_tensorboard.md
@@ -17,7 +17,7 @@ TensorBoard is fully configured, it looks like this:
</div>
This tutorial is intended to get you started with simple TensorBoard usage.
-There are other resources available as well! The [TensorBoard README](https://www.tensorflow.org/code/tensorflow/tensorboard/README.md)
+There are other resources available as well! The [TensorBoard's GitHub](https://github.com/tensorflow/tensorboard)
has a lot more information on TensorBoard usage, including tips & tricks, and
debugging information.
@@ -216,5 +216,4 @@ corner. Each tab represents a set of serialized data that can be visualized.
For in depth information on how to use the *graph* tab to visualize your graph,
see @{$graph_viz$TensorBoard: Graph Visualization}.
-For more usage information on TensorBoard in general, see the [TensorBoard
-README](https://www.tensorflow.org/code/tensorflow/tensorboard/README.md).
+For more usage information on TensorBoard in general, see the [TensorBoard's GitHub](https://github.com/tensorflow/tensorboard).