From 9adbb6c468c1c4010727a1bfb8e3959eea11f5c7 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 3 Feb 2020 13:00:04 +0100 Subject: [PATCH] [mlir] Fix link to 'Getting started with MLIR' The link in the toy example pointed to the 'tensorflow/mlir' repo and is replaced with https://mlir.llvm.org. Differential Revision: https://reviews.llvm.org/D73770 --- mlir/docs/Tutorials/Toy/Ch-1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlir/docs/Tutorials/Toy/Ch-1.md b/mlir/docs/Tutorials/Toy/Ch-1.md index e12f615b49b5..347eb3b03b04 100644 --- a/mlir/docs/Tutorials/Toy/Ch-1.md +++ b/mlir/docs/Tutorials/Toy/Ch-1.md @@ -12,7 +12,7 @@ the model of the This tutorial assumes you have cloned and built MLIR; if you have not yet done so, see -[Getting started with MLIR](https://github.com/tensorflow/mlir#getting-started-with-mlir). +[Getting started with MLIR](https://mlir.llvm.org/getting_started/). ## The Chapters -- GitLab