From 3e1ec3f15931bd029e9cd3902e8bedf88a963af2 Mon Sep 17 00:00:00 2001 From: Takeshi Watanabe Date: Mon, 19 Aug 2019 10:33:17 +0900 Subject: [PATCH] Fix link to XLA documentation --- tensorflow/compiler/xla/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/compiler/xla/README.md b/tensorflow/compiler/xla/README.md index f9c93707f7a..c20199f3be4 100644 --- a/tensorflow/compiler/xla/README.md +++ b/tensorflow/compiler/xla/README.md @@ -3,4 +3,4 @@

XLA (Accelerated Linear Algebra) is a domain-specific compiler for linear -algebra that optimizes TensorFlow computations. See the [documentation](./g3doc/overview.md). +algebra that optimizes TensorFlow computations. See the [documentation](./g3doc/index.md).