Skip to content

Commit 84bb29f

Browse files
lpincaMyles Borins
authored and
Myles Borins
committed
doc: fix internal link to child.send()
PR-URL: #4089 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent fa41f49 commit 84bb29f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/api/child_process.markdown

+1-2
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ leaner than [`child_process.exec()`][]. It has the same options.
460460
This is a special case of the [`child_process.spawn()`][] functionality for
461461
spawning Node.js processes. In addition to having all the methods in a normal
462462
ChildProcess instance, the returned object has a communication channel built-in.
463-
See [`child.send(message, [sendHandle])`][] for details.
463+
See [`ChildProcess#send()`][] for details.
464464

465465
These child Node.js processes are still whole new instances of V8. Assume at
466466
least 30ms startup and 10mb memory for each new Node.js. That is, you cannot
@@ -778,5 +778,4 @@ process has exited.
778778
[spawn]: #child_process_child_process_spawn_command_args_options
779779
[`child_process.exec()`]: #child_process_child_process_exec_command_options_callback
780780
[`child_process.spawn()`]: #child_process_child_process_spawn_command_args_options
781-
[`child.send(message, [sendHandle])`]: #child_process_child_send_message_sendhandle_callback
782781
[`child_process.spawnSync()`]: #child_process_child_process_spawnsync_command_args_options

0 commit comments

Comments
 (0)