From ccdc1943503fb96fc3b4092804c5246435a9ee4c Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Tue, 17 Oct 2017 13:09:38 +0300 Subject: [PATCH] doc: fix some internal links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/15293 Reviewed-By: Claudio Rodriguez Reviewed-By: Ruben Bridgewater Reviewed-By: Luigi Pinca Reviewed-By: Franziska Hinkelmann Reviewed-By: Colin Ihrig Reviewed-By: Tobias Nießen --- doc/api/cluster.md | 4 ++-- doc/api/process.md | 8 ++++---- doc/api/stream.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/api/cluster.md b/doc/api/cluster.md index a846ef0b55d2a0..c73289d7314b7d 100644 --- a/doc/api/cluster.md +++ b/doc/api/cluster.md @@ -838,8 +838,8 @@ socket.on('data', (id) => { ``` [`child_process.fork()`]: child_process.html#child_process_child_process_fork_modulepath_args_options -[`ChildProcess.send()`]: child_process.html#child_process_child_send_message_sendhandle_options_callback -[`disconnect`]: child_process.html#child_process_child_disconnect +[`ChildProcess.send()`]: child_process.html#child_process_subprocess_send_message_sendhandle_options_callback +[`disconnect`]: child_process.html#child_process_subprocess_disconnect [`kill`]: process.html#process_process_kill_pid_signal [`server.close()`]: net.html#net_event_close [`worker.exitedAfterDisconnect`]: #cluster_worker_exitedafterdisconnect diff --git a/doc/api/process.md b/doc/api/process.md index bbcef7002dea95..40b88d574365b2 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -430,7 +430,7 @@ It is important to take note of the following: called asynchronously and therefore unable to correct the underlying problem. *Note*: Windows does not support sending signals, but Node.js offers some -emulation with [`process.kill()`][], and [`ChildProcess.kill()`][]. Sending +emulation with [`process.kill()`][], and [`subprocess.kill()`][]. Sending signal `0` can be used to test for the existence of a process. Sending `SIGINT`, `SIGTERM`, and `SIGKILL` cause the unconditional termination of the target process. @@ -1779,9 +1779,9 @@ cases: [`'message'`]: child_process.html#child_process_event_message [`'rejectionHandled'`]: #process_event_rejectionhandled [`'uncaughtException'`]: #process_event_uncaughtexception -[`ChildProcess.disconnect()`]: child_process.html#child_process_child_disconnect -[`ChildProcess.kill()`]: child_process.html#child_process_child_kill_signal -[`ChildProcess.send()`]: child_process.html#child_process_child_send_message_sendhandle_options_callback +[`ChildProcess.disconnect()`]: child_process.html#child_process_subprocess_disconnect +[`subprocess.kill()`]: child_process.html#child_process_subprocess_kill_signal +[`ChildProcess.send()`]: child_process.html#child_process_subprocess_send_message_sendhandle_options_callback [`ChildProcess`]: child_process.html#child_process_class_childprocess [`end()`]: stream.html#stream_writable_end_chunk_encoding_callback [`Error`]: errors.html#errors_class_error diff --git a/doc/api/stream.md b/doc/api/stream.md index c4378a2f8ac7af..21194fc10a0090 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2064,8 +2064,8 @@ contain multi-byte characters. [`writable.uncork()`]: #stream_writable_uncork [API for Stream Consumers]: #stream_api_for_stream_consumers [API for Stream Implementers]: #stream_api_for_stream_implementers -[child process stdin]: child_process.html#child_process_child_stdin -[child process stdout and stderr]: child_process.html#child_process_child_stdout +[child process stdin]: child_process.html#child_process_subprocess_stdin +[child process stdout and stderr]: child_process.html#child_process_subprocess_stdout [Compatibility]: #stream_compatibility_with_older_node_js_versions [crypto]: crypto.html [Duplex]: #stream_class_stream_duplex @@ -2080,7 +2080,7 @@ contain multi-byte characters. [http-incoming-message]: http.html#http_class_http_incomingmessage [Readable]: #stream_class_stream_readable [zlib]: zlib.html -[hwm-gotcha]: #stream_highWaterMark_discrepency_after_calling_readable_setencoding +[hwm-gotcha]: #stream_highwatermark_discrepency_after_calling_readable_setencoding [Readable]: #stream_class_stream_readable [stream-_flush]: #stream_transform_flush_callback [stream-_read]: #stream_readable_read_size_1