[Mlir-commits] [mlir] [documentation] [mlir] DataLayout.md: fix broken link to DLTI dialect (PR #86524)
Mehdi Amini
llvmlistbot at llvm.org
Mon Mar 25 14:55:48 PDT 2024
================
@@ -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
----------------
joker-eph wrote:
You don't need the full URL, you can use relative links: `../Dialects/DLTIDialect/` or absolute: `/docs/Dialects/DLTIDialect/`.
https://github.com/llvm/llvm-project/pull/86524
More information about the Mlir-commits
mailing list