From d7d62eb43961897620bd9d4025540081e9e4f288 Mon Sep 17 00:00:00 2001 From: Vishnuvardhan Janapati <46058173+jvishnuvardhan@users.noreply.github.com> Date: Wed, 22 May 2019 14:46:47 -0700 Subject: [PATCH] Update doc.go --- tensorflow/go/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/go/doc.go b/tensorflow/go/doc.go index a59652b160e..8d2a235ac7b 100644 --- a/tensorflow/go/doc.go +++ b/tensorflow/go/doc.go @@ -22,5 +22,5 @@ limitations under the License. // numerical computation using data flow graphs. This package provides // functionality to build and execute such graphs and depends on // TensorFlow being available. For installation instructions see -// https://www.tensorflow.org/code/tensorflow/go/README.md +// https://github.com/tensorflow/tensorflow/blob/master/tensorflow/go/README.md package tensorflow