From 4e353aca30e32b7fdb922301b21c3564473cdeb4 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 25 Jun 2026 15:39:32 +0200 Subject: [PATCH] doc: fix broken links and duplicate stability label Signed-off-by: Antoine du Hamel --- doc/api/http.md | 2 +- doc/api/modules.md | 2 +- doc/api/stream.md | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/doc/api/http.md b/doc/api/http.md index 01ae7d9c51af6c..f23908d70ae90f 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -4793,4 +4793,4 @@ const agent2 = new http.Agent({ proxyEnv: process.env }); [`writable.uncork()`]: stream.md#writableuncork [`writable.write()`]: stream.md#writablewritechunk-encoding-callback [information event]: #event-information -[initial delay]: net.md#socketsetkeepaliveenable-initialdelay +[initial delay]: net.md#socketsetkeepaliveenable-initialdelay-interval-count diff --git a/doc/api/modules.md b/doc/api/modules.md index 3e7e236dad1484..7a22703018eba6 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -478,7 +478,7 @@ RESOLVE_ESM_MATCH(MATCH) 3. THROW "not found" ``` -The "ESM resolver" is defined [in the ESM documentation](esm.md#resolver-algorithm-specification). +The "ESM resolver" is defined [in the ESM documentation](esm.md#resolution-and-loading-algorithm). ## Caching diff --git a/doc/api/stream.md b/doc/api/stream.md index 60821bb1015fb8..4af2940a62838a 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -3034,8 +3034,6 @@ changes: description: Added support for webstreams. --> -> Stability: 2 - Stable - * `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]| ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function} * Returns: {stream.Duplex}