Skip to content

Commit bc02c08

Browse files
authored
[documentation] [mlir] DataLayout.md: fix broken link to DLTI dialect (llvm#86524)
The link to DLTI dialect was broken.
1 parent efa5494 commit bc02c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/docs/DataLayout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ The default data layout assumes 8-bit bytes.
289289

290290
### DLTI Dialect
291291

292-
The [DLTI](Dialects/DLTI.md) dialect provides the attributes implementing
292+
The [DLTI](../Dialects/DLTIDialect/) dialect provides the attributes implementing
293293
`DataLayoutSpecInterface` and `DataLayoutEntryInterface`, as well as a dialect
294294
attribute that can be used to attach the specification to a given operation. The
295295
verifier of this attribute triggers those of the specification and checks the

0 commit comments

Comments
 (0)