Use absolute links in docs

This commit is contained in:
Jarred Sumner
2024-09-10 15:11:16 -07:00
parent 036e030342
commit 80cb9e77bc
145 changed files with 293 additions and 293 deletions

View File

@@ -511,7 +511,7 @@ for await (const chunk of stream) {
}
```
For a more complete discussion of streams in Bun, see [API > Streams](/docs/api/streams).
For a more complete discussion of streams in Bun, see [API > Streams](https://bun.sh/docs/api/streams).
## Conversion