Skip to content

Commit dfd929d

Browse files
committed
[mlir][docs] Fix broken link to Toy example
1 parent 88ee91c commit dfd929d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/LangRef.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ allowing operation semantics to be described abstractly using
5656
to operate on operations more generically. Traits often describe verification
5757
constraints on valid IR, enabling complex invariants to be captured and
5858
checked. (see [Op vs
59-
Operation](docs/Tutorials/Toy/Ch-2/#op-vs-operation-using-mlir-operations))
59+
Operation](Tutorials/Toy/Ch-2/#op-vs-operation-using-mlir-operations))
6060

6161
One obvious application of MLIR is to represent an
6262
[SSA-based](https://en.wikipedia.org/wiki/Static_single_assignment_form) IR,

0 commit comments

Comments
 (0)