Skip to content

Commit ff77425

Browse files
seppevsMylesBorins
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 742ec62 commit ff77425

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
@@ -1784,8 +1784,8 @@ cases:
17841784
[Signal Events]: #process_signal_events
17851785
[Stream compatibility]: stream.html#stream_compatibility_with_older_node_js_versions
17861786
[TTY]: tty.html#tty_tty
1787-
[Writable]: stream.html
1788-
[Readable]: stream.html
1787+
[Writable]: stream.html#stream_writable_streams
1788+
[Readable]: stream.html#stream_readable_streams
17891789
[Child Process]: child_process.html
17901790
[Cluster]: cluster.html
17911791
[`process.exitCode`]: #process_process_exitcode

doc/api/readline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,8 @@ rl.on('line', (line) => {
518518

519519
[`process.stdin`]: process.html#process_process_stdin
520520
[`process.stdout`]: process.html#process_process_stdout
521-
[Writable]: stream.html
522-
[Readable]: stream.html
521+
[Writable]: stream.html#stream_writable_streams
522+
[Readable]: stream.html#stream_readable_streams
523523
[TTY]: tty.html
524524
[`SIGTSTP`]: readline.html#readline_event_sigtstp
525525
[`SIGCONT`]: readline.html#readline_event_sigcont

0 commit comments

Comments
 (0)