From f843a6210073ddda131a9fbef520539e1329fcd7 Mon Sep 17 00:00:00 2001 From: Jongmin Park Date: Wed, 18 Jul 2018 16:44:20 +0900 Subject: [PATCH] Edit a link to notebooks directory Bottom of this document, a link to **notebooks directory** who has tutorial misslinked. Need to change from `..` to `../notebooks`. --- tensorflow/tools/docker/notebooks/1_hello_tensorflow.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/docker/notebooks/1_hello_tensorflow.ipynb b/tensorflow/tools/docker/notebooks/1_hello_tensorflow.ipynb index 0633b03259a..8fa871ef772 100644 --- a/tensorflow/tools/docker/notebooks/1_hello_tensorflow.ipynb +++ b/tensorflow/tools/docker/notebooks/1_hello_tensorflow.ipynb @@ -665,7 +665,7 @@ "source": [ "## What's next?\n", "\n", - "This has been a gentle introduction to TensorFlow, focused on what TensorFlow is and the very basics of doing anything in TensorFlow. If you'd like more, the next tutorial in the series is Getting Started with TensorFlow, also available in the [notebooks directory](..)." + "This has been a gentle introduction to TensorFlow, focused on what TensorFlow is and the very basics of doing anything in TensorFlow. If you'd like more, the next tutorial in the series is Getting Started with TensorFlow, also available in the [notebooks directory](../notebooks)." ] } ],