summaryrefslogtreecommitdiffstats
path: root/mlir/docs/Tutorials
diff options
context:
space:
mode:
authorDaniel Galvez <dt.galvez@gmail.com>2020-01-14 07:13:42 +0000
committerMehdi Amini <aminim@google.com>2020-01-14 07:15:02 +0000
commita7cac2bd4b6812ea6b59b5fa0298eadf3815a3b0 (patch)
treeaeff6325fb61ecaeb145080efa93f1ed8d3feb9e /mlir/docs/Tutorials
parentb1dcd84c7ea3c97ddd73f629441be24791f23624 (diff)
downloadbcm5719-llvm-a7cac2bd4b6812ea6b59b5fa0298eadf3815a3b0.tar.gz
bcm5719-llvm-a7cac2bd4b6812ea6b59b5fa0298eadf3815a3b0.zip
[MLIR] Fix broken link locations after move to monorepo
I used the codemod python tool to do this with the following commands: codemod 'tensorflow/mlir/blob/master/include' 'llvm/llvm-project/blob/master/mlir/include' codemod 'tensorflow/mlir/blob/master' 'llvm/llvm-project/blob/master/mlir' codemod 'tensorflow/mlir' 'llvm-project/llvm' Differential Revision: https://reviews.llvm.org/D72244
Diffstat (limited to 'mlir/docs/Tutorials')
-rw-r--r--mlir/docs/Tutorials/Toy/Ch-7.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/docs/Tutorials/Toy/Ch-7.md b/mlir/docs/Tutorials/Toy/Ch-7.md
index 6298e8253e9..b1872d5accf 100644
--- a/mlir/docs/Tutorials/Toy/Ch-7.md
+++ b/mlir/docs/Tutorials/Toy/Ch-7.md
@@ -67,7 +67,7 @@ remain extremely efficient
([rationale](../../Rationale.md#reserving-dialect-type-kinds)). For `toy`, this
means we need to explicitly reserve a static range of type `kind` values in the
symbol registry file
-[DialectSymbolRegistry](https://github.com/tensorflow/mlir/blob/master/include/mlir/IR/DialectSymbolRegistry.def).
+[DialectSymbolRegistry](https://github.com/llvm/llvm-project/blob/master/mlir/include/mlir/IR/DialectSymbolRegistry.def).
```c++
DEFINE_SYM_KIND_RANGE(LINALG) // Linear Algebra Dialect
OpenPOWER on IntegriCloud