Skip to content

Commit e1c8afb

Browse files
seppevsjasnell
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 <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 30d85d7 commit e1c8afb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/api/process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1789,8 +1789,8 @@ cases:
17891789
[Signal Events]: #process_signal_events
17901790
[Stream compatibility]: stream.html#stream_compatibility_with_older_node_js_versions
17911791
[TTY]: tty.html#tty_tty
1792-
[Writable]: stream.html
1793-
[Readable]: stream.html
1792+
[Writable]: stream.html#stream_writable_streams
1793+
[Readable]: stream.html#stream_readable_streams
17941794
[Child Process]: child_process.html
17951795
[Cluster]: cluster.html
17961796
[`process.exitCode`]: #process_process_exitcode

doc/api/readline.md

Lines changed: 2 additions & 2 deletions
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)