aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-11-02 01:25:18 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-02 02:36:43 -0700
commit97eef82985f68a9763679124c06f927e142a4be5 (patch)
tree74f50a74d493bc44755d8ac302ddf11a432d0b4a
parent3d20eae72b8e4a85acbc236d0664190166fad117 (diff)
Change for internal compatibility.
-rw-r--r--tensorflow/g3doc/get_started/os_setup.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/g3doc/get_started/os_setup.md b/tensorflow/g3doc/get_started/os_setup.md
index 8d16894477..fbef504ca3 100644
--- a/tensorflow/g3doc/get_started/os_setup.md
+++ b/tensorflow/g3doc/get_started/os_setup.md
@@ -548,7 +548,7 @@ r0.8 and earlier to fetch the protobuf library that TensorFlow depends on.
#### Install Bazel
-Follow instructions [here](http://bazel.io/docs/install.html) to install the
+Follow instructions [here](http://bazel.build/docs/install.html) to install the
dependencies for bazel. Then download the latest stable bazel version using the
[installer for your system](https://github.com/bazelbuild/bazel/releases) and
run the installer as mentioned there:
@@ -622,7 +622,7 @@ and installing python dependencies using easy_install or pip.
#### Dependencies
-Follow instructions [here](http://bazel.io/docs/install.html) to install the
+Follow instructions [here](http://bazel.build/docs/install.html) to install the
dependencies for bazel. You can then use homebrew to install bazel:
```bash