Fix link to the other docs from the Bufferization dialect

This commit is contained in:
Mehdi Amini 2021-11-26 00:13:32 +00:00
parent ff0d9e6cfa
commit 850e8b4504
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ def Bufferization_Dialect : Dialect {
Overview of the bufferization infrastructure and important conceptual
details related to using the MLIR dialect conversion infrastructure can be
found in [bufferization](Bufferization.md) and [buffer
deallocation](BufferDeallocationInternals.md).
found in [bufferization](/docs/Bufferization/) and [buffer
deallocation](/docs/BufferDeallocationInternals/).
}];
let dependentDialects = ["memref::MemRefDialect", "tensor::TensorDialect"];
}