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

Iman Hosseini llvmlistbot at llvm.org
Mon Mar 25 15:18:56 PDT 2024


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

>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 1/2] [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

>From 469c7fd7e8c164174e2b154992712d045c777e50 Mon Sep 17 00:00:00 2001
From: Iman Hosseini <hosseini.iman at yahoo.com>
Date: Mon, 25 Mar 2024 22:18:48 +0000
Subject: [PATCH 2/2] Update DataLayout.md

Applying suggestion to use relative path.
---
 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 2efe5e61a6c6f8..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](https://mlir.llvm.org/docs/Dialects/DLTIDialect/) 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