diff options
author | 2023-02-25 17:57:26 +0100 | |
---|---|---|
committer | 2023-02-25 10:57:26 -0600 | |
commit | 45f435345399db2f72c47c14d7e0e96ab1f782d0 (patch) | |
tree | 29d3a05417dff3bc7fda264525f8198efabd1bd2 /docs/api | |
parent | 735d48190d85c25eb21be1c66eee5975bd47955e (diff) | |
download | bun-45f435345399db2f72c47c14d7e0e96ab1f782d0.tar.gz bun-45f435345399db2f72c47c14d7e0e96ab1f782d0.tar.zst bun-45f435345399db2f72c47c14d7e0e96ab1f782d0.zip |
fix: Broken link to Node.js support status page (#2183)
Co-authored-by: Derrick Farris <mr.dcfarris@gmail.com>
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/file-io.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/file-io.md b/docs/api/file-io.md index bb16337e0..18bd5ad3a 100644 --- a/docs/api/file-io.md +++ b/docs/api/file-io.md @@ -1,5 +1,5 @@ {% callout %} -**Note** — The `Bun.file` and `Bun.write` APIs documented on this page are heavily optimized and represent the recommended way to perform file-system tasks using Bun. Existing Node.js projects may use Bun's [nearly complete](/docs/ecosystem/nodejs) implementation of the [`node:fs`](https://nodejs.org/api/fs.html) module. +**Note** — The `Bun.file` and `Bun.write` APIs documented on this page are heavily optimized and represent the recommended way to perform file-system tasks using Bun. Existing Node.js projects may use Bun's [nearly complete](/docs/ecosystem/nodejs#node_fs) implementation of the [`node:fs`](https://nodejs.org/api/fs.html) module. {% /callout %} Bun provides a set of optimized APIs for reading and writing files. |