aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/learn/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/learn/README.md')
-rw-r--r--tensorflow/examples/learn/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/examples/learn/README.md b/tensorflow/examples/learn/README.md
index b36986855f..37157fc296 100644
--- a/tensorflow/examples/learn/README.md
+++ b/tensorflow/examples/learn/README.md
@@ -1,7 +1,7 @@
# TF Learn Examples
Learn is a high-level API for TensorFlow that allows you to create,
-train, and use deep learning models easily. See the [Quickstart tutorial](../../g3doc/tutorials/tflearn/index.md)
+train, and use deep learning models easily. See the [Quickstart tutorial](https://www.tensorflow.org/get_started/tflearn)
for an introduction to the API.
To run most of these examples, you need to install the `scikit learn` library (`sudo pip install sklearn`).