Skip to content

Commit 85fc79d

Browse files
aduh95richardlau
authored andcommitted
doc: fix broken links and duplicate stability label
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #64130 Reviewed-By: Jacob Smith <jacob@frende.me> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 90007a5 commit 85fc79d

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

doc/api/http.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4773,4 +4773,4 @@ const agent2 = new http.Agent({ proxyEnv: process.env });
47734773
[`writable.uncork()`]: stream.md#writableuncork
47744774
[`writable.write()`]: stream.md#writablewritechunk-encoding-callback
47754775
[information event]: #event-information
4776-
[initial delay]: net.md#socketsetkeepaliveenable-initialdelay
4776+
[initial delay]: net.md#socketsetkeepaliveenable-initialdelay-interval-count

doc/api/modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ RESOLVE_ESM_MATCH(MATCH)
477477
3. THROW "not found"
478478
```
479479

480-
The "ESM resolver" is defined [in the ESM documentation](esm.md#resolver-algorithm-specification).
480+
The "ESM resolver" is defined [in the ESM documentation](esm.md#resolution-and-loading-algorithm).
481481

482482
## Caching
483483

doc/api/stream.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3034,8 +3034,6 @@ changes:
30343034
description: Added support for webstreams.
30353035
-->
30363036

3037-
> Stability: 2 - Stable
3038-
30393037
* `streams` {Stream\[]|Iterable\[]|AsyncIterable\[]|Function\[]|
30403038
ReadableStream\[]|WritableStream\[]|TransformStream\[]|Duplex\[]|Function}
30413039
* Returns: {stream.Duplex}

0 commit comments

Comments
 (0)