Fix link to the other docs from the Bufferization dialect

GitOrigin-RevId: 850e8b450452f60c56b5ae89ed443649f49593a7
diff --git a/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td b/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td
index 0663591..b2f6b88 100644
--- a/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td
+++ b/include/mlir/Dialect/Bufferization/IR/BufferizationBase.td
@@ -22,8 +22,8 @@
 
     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"];
 }