From 112030481f3d89bb45cf9cecb2b21530bb53398c Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 3 Aug 2023 16:31:05 -0700 Subject: More guides and fixing links (#3960) * More guides * WIP * Updates * Fix --- docs/guides/ecosystem/express.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guides/ecosystem/express.md') diff --git a/docs/guides/ecosystem/express.md b/docs/guides/ecosystem/express.md index 211e117c4..6042b17e4 100644 --- a/docs/guides/ecosystem/express.md +++ b/docs/guides/ecosystem/express.md @@ -5,7 +5,7 @@ name: Build an HTTP server using Express and Bun Express and other major Node.js HTTP libraries should work out of the box. 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. {% callout %} -Refer to the [Runtime > Node.js APIs](/docs/runtime/nodejs-apis#node_http) page for more detailed compatibility information. +Refer to the [Runtime > Node.js APIs](/docs/runtime/nodejs-apis#node-http) page for more detailed compatibility information. {% /callout %} ```sh -- cgit v1.2.3