Skip to content

Commit 2a57b37

Browse files
committed
fix link
1 parent 3b36d1f commit 2a57b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buffers-and-streams/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ The Node.js APIS [Buffer](https://nodejs.org/docs/latest-v10.x/api/buffer.html)
2323

2424
The Node.js Buffer class implements buffers which are fixed size chunks of memory outside the V8 heap. Buffers are used to deal with binary data when dealing with TCP streams and reading/writing to the file system.
2525

26-
[Buffers in depth](./buffers.md)
26+
[Buffers in depth](/buffers)
2727

2828
### Stream
2929

3030
The Node.js Stream module provides an API for working with streaming data. Streams are a fundamental concept in, and are prevalent throughout applications built on, Node. Streams are an efficient way to handle sending and receiving data particularly for large or indeterminate amounts of data.
3131

32-
[Streams in depth](./streams.md)
32+
[Streams in depth](/streams)
3333

3434
## Working with Buffers and Streams
3535

0 commit comments

Comments
 (0)