[Mlir-commits] [mlir] 850e8b4 - Fix link to the other docs from the Bufferization dialect

Mehdi Amini llvmlistbot at llvm.org
Thu Nov 25 16:14:24 PST 2021


Author: Mehdi Amini
Date: 2021-11-26T00:13:32Z
New Revision: 850e8b450452f60c56b5ae89ed443649f49593a7

URL: https://github.com/llvm/llvm-project/commit/850e8b450452f60c56b5ae89ed443649f49593a7
DIFF: https://github.com/llvm/llvm-project/commit/850e8b450452f60c56b5ae89ed443649f49593a7.diff

LOG: Fix link to the other docs from the Bufferization dialect

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td b/mlir/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td
index 06635918f2827..b2f6b8859b7a4 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"];
 }


        


More information about the Mlir-commits mailing list