Author: ergawy Date: 2020-12-21T22:30:22+01:00 New Revision: 9d2529a38b34d06dbe17020b98db1ee21d9a628c
URL: https://github.com/llvm/llvm-project/commit/9d2529a38b34d06dbe17020b98db1ee21d9a628c DIFF: https://github.com/llvm/llvm-project/commit/9d2529a38b34d06dbe17020b98db1ee21d9a628c.diff LOG: [MLIR][Docs] Fix a small typo in documentation. Just fixes a tiny typo in a link between 2 pages. Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D93616 Added: Modified: mlir/docs/PatternRewriter.md Removed: ################################################################################ diff --git a/mlir/docs/PatternRewriter.md b/mlir/docs/PatternRewriter.md index ab93245395a3..fba5a9b8eac1 100644 --- a/mlir/docs/PatternRewriter.md +++ b/mlir/docs/PatternRewriter.md @@ -238,7 +238,7 @@ between, and within dialects using a concept of "legality". This framework allows for transforming illegal operations to those supported by a provided conversion target, via a set of pattern-based operation rewriting patterns. This framework also provides support for type conversions. More information on this -driver can be found [here](DialectConversion.nd). +driver can be found [here](DialectConversion.md). ### Greedy Pattern Rewrite Driver _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits