Fix broken link to Anaconda installation (#2679)

This commit is contained in:
breandan 2016-06-07 02:24:44 +05:30 committed by Vijay Vasudevan
parent 4b7bc3174e
commit 9b69ec3960

View File

@ -22,7 +22,7 @@ We support different ways to install TensorFlow:
Python programs on your machine.
* [Virtualenv install](#virtualenv-installation): Install TensorFlow in its own
directory, not impacting any existing Python programs on your machine.
* [Anaconda install](#anaconda-installation): Install TensorFlow in its own
* [Anaconda install](#anaconda-environment-installation): Install TensorFlow in its own
environment for those running the Anaconda Python distribution. Does not
impact existing Python programs on your machine.
* [Docker install](#docker-installation): Run TensorFlow in a Docker container