From: Mehdi Amini Date: Fri, 26 Nov 2021 00:13:32 +0000 (+0000) Subject: Fix link to the other docs from the Bufferization dialect X-Git-Tag: upstream/15.0.7~24766 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=850e8b450452f60c56b5ae89ed443649f49593a7;p=platform%2Fupstream%2Fllvm.git Fix link to the other docs from the Bufferization dialect --- diff --git a/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td b/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td index 0663591..b2f6b88 100644 --- a/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td +++ b/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td @@ -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"]; }