[Mlir-commits] [mlir] 2bca692 - Fix link in transform example README.md
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed May 31 02:39:30 PDT 2023
Author: Oleksandr "Alex" Zinenko
Date: 2023-05-31T11:39:26+02:00
New Revision: 2bca6925a83d294adb82903d445879f0389502df
URL: https://github.com/llvm/llvm-project/commit/2bca6925a83d294adb82903d445879f0389502df
DIFF: https://github.com/llvm/llvm-project/commit/2bca6925a83d294adb82903d445879f0389502df.diff
LOG: Fix link in transform example README.md
Added:
Modified:
mlir/examples/transform/README.md
Removed:
################################################################################
diff --git a/mlir/examples/transform/README.md b/mlir/examples/transform/README.md
index d52809819522..5109b6400392 100644
--- a/mlir/examples/transform/README.md
+++ b/mlir/examples/transform/README.md
@@ -1,4 +1,4 @@
Transform Dialect Tutorial is available at
-https://mlir.llvm.org/docs/Tutorials/Transform.
+https://mlir.llvm.org/docs/Tutorials/transform.
Test files are located under `mlir/test/Examples/Transform`.
More information about the Mlir-commits
mailing list