[mlir] Fix a doc link in LinalgBase.td
authorHanhan Wang <hanchung@google.com>
Mon, 22 Jun 2020 18:15:44 +0000 (11:15 -0700)
committerHanhan Wang <hanchung@google.com>
Mon, 22 Jun 2020 18:19:18 +0000 (11:19 -0700)
Differential Revision: https://reviews.llvm.org/D82303

mlir/include/mlir/Dialect/Linalg/IR/LinalgBase.td

index 3b52b0e..7955345 100644 (file)
@@ -26,7 +26,8 @@ def Linalg_Dialect : Dialect {
 
     Additional [Linalg Dialect
     Documentation](https://mlir.llvm.org/docs/Dialects/Linalg) and a
-    [Rationale Document](https://mlir.llvm.org/docs/RationaleLinalgDialect) are
+    [Rationale
+    Document](https://mlir.llvm.org/docs/Rationale/RationaleLinalgDialect) are
     are also available and should be read first before going in the details of
     the op semantics.
   }];