diff options
Diffstat (limited to 'docs/ecosystem')
-rw-r--r-- | docs/ecosystem/express.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ecosystem/express.md b/docs/ecosystem/express.md index bbca048ab..8f1fccae1 100644 --- a/docs/ecosystem/express.md +++ b/docs/ecosystem/express.md @@ -22,7 +22,7 @@ app.listen(port, () => { Bun implements the [`node:http`](https://nodejs.org/api/http.html) and [`node:https`](https://nodejs.org/api/https.html) modules that these libraries rely on. These modules can also be used directly, though [`Bun.serve`](/docs/api/http) is recommended for most use cases. {% callout %} -**Note** — Refer to the [Runtime > Node.js APIs](/docs/runtime/nodejs-apis#node_http) page for more detailed compatibility information. +**Note** — Refer to the [Runtime > Node.js APIs](/docs/runtime/nodejs-apis#node-http) page for more detailed compatibility information. {% /callout %} ```ts |