[Mlir-commits] [mlir] dfd929d - [mlir][docs] Fix broken link to Toy example

Marius Brehler llvmlistbot at llvm.org
Tue May 18 00:47:25 PDT 2021


Author: Marius Brehler
Date: 2021-05-18T07:47:12Z
New Revision: dfd929d26174108ccfe84de33abf23d660e1373d

URL: https://github.com/llvm/llvm-project/commit/dfd929d26174108ccfe84de33abf23d660e1373d
DIFF: https://github.com/llvm/llvm-project/commit/dfd929d26174108ccfe84de33abf23d660e1373d.diff

LOG: [mlir][docs] Fix broken link to Toy example

Added: 
    

Modified: 
    mlir/docs/LangRef.md

Removed: 
    


################################################################################
diff  --git a/mlir/docs/LangRef.md b/mlir/docs/LangRef.md
index cecd9bc11fe1b..caaec6a209513 100644
--- a/mlir/docs/LangRef.md
+++ b/mlir/docs/LangRef.md
@@ -56,7 +56,7 @@ allowing operation semantics to be described abstractly using
 to operate on operations more generically.  Traits often describe verification
 constraints on valid IR, enabling complex invariants to be captured and
 checked. (see [Op vs
-Operation](docs/Tutorials/Toy/Ch-2/#op-vs-operation-using-mlir-operations))
+Operation](Tutorials/Toy/Ch-2/#op-vs-operation-using-mlir-operations))
 
 One obvious application of MLIR is to represent an
 [SSA-based](https://en.wikipedia.org/wiki/Static_single_assignment_form) IR,


        


More information about the Mlir-commits mailing list