Skip to content

Commit 329921f

Browse files
authored
fix
1 parent 5036354 commit 329921f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/PDLL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ Within the `{}` attribute entries are specified by an identifier or string name,
745745
corresponding to the attribute name, followed by an assignment to the attribute
746746
value. If the attribute value is elided, the value of the attribute is
747747
implicitly defined as a
748-
[`UnitAttr`](Dialects/Builtin.md#unitattr).
748+
[`UnitAttr`](https://mlir.llvm.org/docs/Dialects/Builtin/#unitattr).
749749

750750
```pdll
751751
let unitConstant = op<my_dialect.constant> {value};

0 commit comments

Comments
 (0)