[PATCH] D73770: [mlir] Fix link to 'Getting started with MLIR'
Marius Brehler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 01:56:23 PST 2020
marbre created this revision.
marbre added reviewers: mehdi_amini, rriddle.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, antiagainst, shauheen, burmako, jpienaar.
Herald added a reviewer: nicolasvasilache.
Herald added a project: LLVM.
The link in the toy example pointed to the 'tensorflow/mlir' repo and is replaced with https://mlir.llvm.org.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73770
Files:
mlir/docs/Tutorials/Toy/Ch-1.md
Index: mlir/docs/Tutorials/Toy/Ch-1.md
===================================================================
--- mlir/docs/Tutorials/Toy/Ch-1.md
+++ mlir/docs/Tutorials/Toy/Ch-1.md
@@ -12,7 +12,7 @@
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73770.241653.patch
Type: text/x-patch
Size: 471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200131/32fd9e39/attachment.bin>
More information about the llvm-commits
mailing list