aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/go
diff options
context:
space:
mode:
authorGravatar Billy Lamberta <blamb@google.com>2018-09-20 18:07:30 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-20 18:15:54 -0700
commit684b3e02e098cb6fda5569fb7f7990ff57248e5a (patch)
tree7dcce89cfd2122c1c47c489781030103151c9c21 /tensorflow/go
parent7d18cafbe79aecb0f5d703270771b9207866d886 (diff)
Update links to install pages.
PiperOrigin-RevId: 213917946
Diffstat (limited to 'tensorflow/go')
-rw-r--r--tensorflow/go/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/tensorflow/go/README.md b/tensorflow/go/README.md
index 288a32530a..3989f9b25a 100644
--- a/tensorflow/go/README.md
+++ b/tensorflow/go/README.md
@@ -10,7 +10,7 @@ Construct and execute TensorFlow graphs in Go.
## Quickstart
-Refer to [Installing TensorFlow for Go](https://www.tensorflow.org/install/install_go)
+Refer to [Installing TensorFlow for Go](https://www.tensorflow.org/install/lang_go)
## Building the TensorFlow C library from source
@@ -23,9 +23,7 @@ from source.
- [bazel](https://www.bazel.build/versions/master/docs/install.html)
- Environment to build TensorFlow from source code
- ([Linux](https://www.tensorflow.org/install/install_sources#PrepareLinux)
- or [OS
- X](https://www.tensorflow.org/install/install_sources#PrepareMac)).
+ ([Linux of macOS](https://www.tensorflow.org/install/source)).
If you don't need GPU support, then try the following:
```sh