Fix broken link to Anaconda installation (#2679)
diff --git a/tensorflow/g3doc/get_started/os_setup.md b/tensorflow/g3doc/get_started/os_setup.md
index 63dbdb6..2a05dfb 100644
--- a/tensorflow/g3doc/get_started/os_setup.md
+++ b/tensorflow/g3doc/get_started/os_setup.md
@@ -22,7 +22,7 @@
    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