[mlir] Fix a doc link in LinalgBase.td

Differential Revision: https://reviews.llvm.org/D82303
This commit is contained in:
Hanhan Wang 2020-06-22 11:15:44 -07:00
parent 30140cd249
commit 809bcf4c87

View 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.
}];