forked from OSchip/llvm-project
[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
This commit is contained in:
parent
961530fdc9
commit
9adbb6c468
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue