Skip to content

Commit dd2e6dc

Browse files
JasonVannaymericdamien
authored andcommitted
Fixed the broken link to TensorFlow installation guide in README (aymericdamien#193)
1 parent 20dbad2 commit dd2e6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ or (if you want GPU support):
7878
pip install tensorflow_gpu
7979
```
8080

81-
For more details about TensorFlow installation, you can check [TensorFlow Installation Guide](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/get_started/os_setup.md)
81+
For more details about TensorFlow installation, you can check [TensorFlow Installation Guide](https://www.tensorflow.org/install/)
8282

8383
## More Examples
8484
The following examples are coming from [TFLearn](https://github.com/tflearn/tflearn), a library that provides a simplified interface for TensorFlow. You can have a look, there are many [examples](https://github.com/tflearn/tflearn/tree/master/examples) and [pre-built operations and layers](http://tflearn.org/doc_index/#api).

0 commit comments

Comments
 (0)