aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-03-06 17:04:47 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-03-06 17:27:05 -0800
commiteaffcab3a4af34ef08cc489e73d445db9af61424 (patch)
tree505451fa0480a12461d594b4043b99ecaa28b31b
parentc25a6623cdb6780d4f84d1123dc1165a13446fb9 (diff)
Update install instruction links. Fixes #8142.
Change: 149364578
-rw-r--r--tensorflow/tools/ci_build/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/tools/ci_build/README.md b/tensorflow/tools/ci_build/README.md
index eede1f5fac..4b7858ca89 100644
--- a/tensorflow/tools/ci_build/README.md
+++ b/tensorflow/tools/ci_build/README.md
@@ -13,7 +13,7 @@ run continuous integration [ci.tensorflow.org](https://ci.tensorflow.org).
You can run all the jobs **without docker** if you are on mac or on linux
and you just don't want docker. Just install all the dependencies from
- [os_setup.md](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/get_started/os_setup.md).
+ [Installing TensorFlow](https://www.tensorflow.org/install/).
Then run any of the one liners below without the
`tensorflow/tools/ci_build/ci_build.sh` in them.