Fix link to the other docs from the Bufferization dialect
authorMehdi Amini <joker.eph@gmail.com>
Fri, 26 Nov 2021 00:13:32 +0000 (00:13 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Fri, 26 Nov 2021 00:13:32 +0000 (00:13 +0000)
mlir/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td

index 0663591..b2f6b88 100644 (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"];
 }