Skip to content

Commit f2ec1f0

Browse files
yongtangjhseu
authored andcommitted
Fix broken link in tensorflow/examples/learn/README.md (tensorflow#8479)
This fix fixes broken link in `tensorflow/examples/learn/README.md` ``` ../../g3doc/tutorials/tflearn/index.md => https://www.tensorflow.org/get_started/tflearn ``` This fix change the g3doc into tensorflow.org link, per: tensorflow#8169 (comment)
1 parent af2ebdb commit f2ec1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/examples/learn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# TF Learn Examples
22

33
Learn is a high-level API for TensorFlow that allows you to create,
4-
train, and use deep learning models easily. See the [Quickstart tutorial](../../g3doc/tutorials/tflearn/index.md)
4+
train, and use deep learning models easily. See the [Quickstart tutorial](https://www.tensorflow.org/get_started/tflearn)
55
for an introduction to the API.
66

77
To run most of these examples, you need to install the `scikit learn` library (`sudo pip install sklearn`).

0 commit comments

Comments
 (0)