Skip to content

Commit 90bdf16

Browse files
seppevsitaloacasas
authored andcommitted
doc: link to readable and writeable stream section
Modify the `[Writable]` and `[Readable]` links so they point directly to the right sections in the stream.html doc PR-URL: #11517 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 3b66ccf commit 90bdf16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/api/process.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1776,8 +1776,8 @@ cases:
17761776
[Signal Events]: #process_signal_events
17771777
[Stream compatibility]: stream.html#stream_compatibility_with_older_node_js_versions
17781778
[TTY]: tty.html#tty_tty
1779-
[Writable]: stream.html
1780-
[Readable]: stream.html
1779+
[Writable]: stream.html#stream_writable_streams
1780+
[Readable]: stream.html#stream_readable_streams
17811781
[Child Process]: child_process.html
17821782
[Cluster]: cluster.html
17831783
[`process.exitCode`]: #process_process_exitcode

doc/api/readline.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,8 @@ rl.on('line', (line) => {
525525

526526
[`process.stdin`]: process.html#process_process_stdin
527527
[`process.stdout`]: process.html#process_process_stdout
528-
[Writable]: stream.html
529-
[Readable]: stream.html
528+
[Writable]: stream.html#stream_writable_streams
529+
[Readable]: stream.html#stream_readable_streams
530530
[TTY]: tty.html
531531
[`SIGTSTP`]: readline.html#readline_event_sigtstp
532532
[`SIGCONT`]: readline.html#readline_event_sigcont

0 commit comments

Comments
 (0)