[Mlir-commits] [mlir] bc02c08 - [documentation] [mlir] DataLayout.md: fix broken link to DLTI dialect (#86524)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Mar 25 15:54:08 PDT 2024


Author: Iman Hosseini
Date: 2024-03-25T15:54:05-07:00
New Revision: bc02c0825ae3cca078654ba5f8cd373b8266492e

URL: https://github.com/llvm/llvm-project/commit/bc02c0825ae3cca078654ba5f8cd373b8266492e
DIFF: https://github.com/llvm/llvm-project/commit/bc02c0825ae3cca078654ba5f8cd373b8266492e.diff

LOG: [documentation] [mlir] DataLayout.md: fix broken link to DLTI dialect (#86524)

The link to DLTI dialect was broken.

Added: 
    

Modified: 
    mlir/docs/DataLayout.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/DataLayout.md b/mlir/docs/DataLayout.md
index 86ad51a517ae7d..21430c44ca95fb 100644
--- a/mlir/docs/DataLayout.md
+++ b/mlir/docs/DataLayout.md
@@ -289,7 +289,7 @@ The default data layout assumes 8-bit bytes.
 
 ### DLTI Dialect
 
-The [DLTI](Dialects/DLTI.md) dialect provides the attributes implementing
+The [DLTI](../Dialects/DLTIDialect/) dialect provides the attributes implementing
 `DataLayoutSpecInterface` and `DataLayoutEntryInterface`, as well as a dialect
 attribute that can be used to attach the specification to a given operation. The
 verifier of this attribute triggers those of the specification and checks the


        


More information about the Mlir-commits mailing list