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

Iman Hosseini llvmlistbot at llvm.org
Mon Mar 25 09:18:28 PDT 2024


https://github.com/ImanHosseini created https://github.com/llvm/llvm-project/pull/86524

The link to DLTI dialect was broken. @joker-eph 

>From 44dfc85daa74c0c541f57927356e50942fedbee3 Mon Sep 17 00:00:00 2001
From: Iman Hosseini <hosseini.iman at yahoo.com>
Date: Mon, 25 Mar 2024 16:17:48 +0000
Subject: [PATCH] [documentation] [mlir] DataLayout.md: fix broken link to DLTI
 dialect

The link to DLTI dialect was broken.
---
 mlir/docs/DataLayout.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mlir/docs/DataLayout.md b/mlir/docs/DataLayout.md
index 86ad51a517ae7d..2efe5e61a6c6f8 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](https://mlir.llvm.org/docs/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