summaryrefslogtreecommitdiffstats
path: root/mlir/docs/Tutorials/Toy
diff options
context:
space:
mode:
authorJacques Pienaar <jpienaar@google.com>2019-12-31 10:56:24 -0800
committerJacques Pienaar <jpienaar@google.com>2019-12-31 11:03:40 -0800
commit7544cb8807b2ecb2f5186ab18d0ffa865a493a47 (patch)
treea10a48787391b4ecf879cc2b6dfc5a2a8d28e13d /mlir/docs/Tutorials/Toy
parent73855e43009bdd433c648e7102f122365e50e398 (diff)
downloadbcm5719-llvm-7544cb8807b2ecb2f5186ab18d0ffa865a493a47.tar.gz
bcm5719-llvm-7544cb8807b2ecb2f5186ab18d0ffa865a493a47.zip
[mlir][docs] Remove redundant path prefix
./ is not needed.
Diffstat (limited to 'mlir/docs/Tutorials/Toy')
-rw-r--r--mlir/docs/Tutorials/Toy/Ch-5.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/docs/Tutorials/Toy/Ch-5.md b/mlir/docs/Tutorials/Toy/Ch-5.md
index 8a4268b498f..7c9dff8c0b6 100644
--- a/mlir/docs/Tutorials/Toy/Ch-5.md
+++ b/mlir/docs/Tutorials/Toy/Ch-5.md
@@ -34,7 +34,7 @@ framework, we need to provide two things (and an optional third):
- This is the formal specification of what operations or dialects are
legal for the conversion. Operations that aren't legal will require
rewrite patterns to perform
- [legalization](./../../Glossary.md#legalization).
+ [legalization](../../Glossary.md#legalization).
* A set of
[Rewrite Patterns](../../DialectConversion.md#rewrite-pattern-specification)
OpenPOWER on IntegriCloud