docs/Writerside/topics/buffer.h.md

branch
docs/3.1
changeset 1146
151c057faf7c
parent 1143
0559812df10c
--- a/docs/Writerside/topics/buffer.h.md	Sat Jan 25 13:40:50 2025 +0100
+++ b/docs/Writerside/topics/buffer.h.md	Sat Jan 25 13:44:24 2025 +0100
@@ -1,7 +1,11 @@
 # Buffer
 
+<warning>
+Outdated - Rewrite!
+</warning>
+
 Instances of this buffer implementation can be used to read from or write to memory like you would do with a stream.
-This allows the use of `cx_stream_copy()` (see [Utilities](#utilities)) to copy contents from one buffer to another,
+This allows the use of `cx_stream_copy()` (see [](streams.h.md)) to copy contents from one buffer to another,
 or from a file or network streams to the buffer and vice-versa.
 
 More features for convenient use of the buffer can be enabled, like automatic memory management and automatic

mercurial