From 799db6e589380179c7ef07ba35ddda0e0a636fb3 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Tue, 7 Aug 2018 12:32:19 +0000 Subject: 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 --- tensorflow/docs_src/install/install_go.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/docs_src') 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 -- cgit v1.2.3