From 91f9bde59679366a6918ad589342661a3d92e504 Mon Sep 17 00:00:00 2001 From: Sebastian Van Sande Date: Wed, 22 Feb 2017 10:47:57 +0100 Subject: [PATCH] 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 --- doc/api/process.md | 4 ++-- doc/api/readline.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/process.md b/doc/api/process.md index d1cfdf06450b80..9697a85a4401a9 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1765,8 +1765,8 @@ cases: [Signal Events]: #process_signal_events [Stream compatibility]: stream.html#stream_compatibility_with_older_node_js_versions [TTY]: tty.html#tty_tty -[Writable]: stream.html -[Readable]: stream.html +[Writable]: stream.html#stream_writable_streams +[Readable]: stream.html#stream_readable_streams [Child Process]: child_process.html [Cluster]: cluster.html [`process.exitCode`]: #process_process_exitcode diff --git a/doc/api/readline.md b/doc/api/readline.md index 32fad5732c70df..bafb0071446e74 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -518,8 +518,8 @@ rl.on('line', (line) => { [`process.stdin`]: process.html#process_process_stdin [`process.stdout`]: process.html#process_process_stdout -[Writable]: stream.html -[Readable]: stream.html +[Writable]: stream.html#stream_writable_streams +[Readable]: stream.html#stream_readable_streams [TTY]: tty.html [`SIGTSTP`]: readline.html#readline_event_sigtstp [`SIGCONT`]: readline.html#readline_event_sigcont