Skip to content

Commit

Permalink
doc: fix broken link for ChildProcess
Browse files Browse the repository at this point in the history
Fixes: #36787
Signed-off-by: James M Snell <jasnell@gmail.com>

PR-URL: #36788
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
  • Loading branch information
jasnell authored and targos committed May 1, 2021
1 parent 31039db commit 67a6e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Expand Up @@ -1655,7 +1655,7 @@ or [`child_process.fork()`][].
[`'error'`]: #child_process_event_error
[`'exit'`]: #child_process_event_exit
[`'message'`]: process.md#process_event_message
[`ChildProcess`]: #child_process_child_process
[`ChildProcess`]: #child_process_class_childprocess
[`Error`]: errors.md#errors_class_error
[`EventEmitter`]: events.md#events_class_eventemitter
[`child_process.exec()`]: #child_process_child_process_exec_command_options_callback
Expand Down

0 comments on commit 67a6e9c

Please sign in to comment.