aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com>2018-08-07 12:32:19 +0000
committerGravatar Yong Tang <yong.tang.github@outlook.com>2018-08-07 12:33:29 +0000
commit799db6e589380179c7ef07ba35ddda0e0a636fb3 (patch)
tree72a4582a11ae22f82135d8d7ab3937935312fb9a /tensorflow/docs_src
parentaed8f42bafabf11c5d92ce4109a5e0408b31f9c5 (diff)
Fix incorrect to version compatibility
This fix tries to address the issue raised in 21434 where the link to version compatibility is not correct. The link should be `version_compat.md`, not `version_semantics.md`. This fix fixes 21434. Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'tensorflow/docs_src')
-rw-r--r--tensorflow/docs_src/install/install_go.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/install/install_go.md b/tensorflow/docs_src/install/install_go.md
index a59c2741e1..83d16bc4b7 100644
--- a/tensorflow/docs_src/install/install_go.md
+++ b/tensorflow/docs_src/install/install_go.md
@@ -6,7 +6,7 @@ a Go application. This guide explains how to install and set up the
[TensorFlow Go package](https://godoc.org/github.com/tensorflow/tensorflow/tensorflow/go).
Warning: The TensorFlow Go API is *not* covered by the TensorFlow
-[API stability guarantees](../guide/version_semantics.md).
+[API stability guarantees](../guide/version_compat.md).
## Supported Platforms