aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go/README.md
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2017-08-09 19:48:35 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com>2017-08-09 19:48:35 +0000
commitdf236b584035b83ecd3f2ddff40d2fae2c715fc4 (patch)
tree081ce02e50a62c44ea5f1dfcaa416329ca8e841c /tensorflow/go/README.md
parent5e5453099ad4a720172b352e8436e961d9d4235e (diff)
Fix broken link in `tensorflow/go/README.md`
Fix broken link in `tensorflow/go/README.md`. This is related to #12145 (`tensorflow/java/README.md`) but is in go's README.md Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'tensorflow/go/README.md')
-rw-r--r--tensorflow/go/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/go/README.md b/tensorflow/go/README.md
index 9c2fa60017..376e22b380 100644
--- a/tensorflow/go/README.md
+++ b/tensorflow/go/README.md
@@ -23,9 +23,9 @@ from source.
- [bazel](https://www.bazel.build/versions/master/docs/install.html)
- Environment to build TensorFlow from source code
- ([Linux](https://www.tensorflow.org/versions/master/get_started/os_setup.html#prepare-environment-for-linux)
+ ([Linux](https://www.tensorflow.org/install/install_sources#PrepareLinux)
or [OS
- X](https://www.tensorflow.org/versions/master/get_started/os_setup.html#prepare-environment-for-mac-os-x)).
+ X](https://www.tensorflow.org/install/install_sources#PrepareMac)).
If you don't need GPU support, then try the following: `sh # Linux sudo
apt-get install python swig python-numpy # OS X with homebrew brew install
swig`