Skip to content

Commit 67a6e9c

Browse files
jasnelltargos
authored andcommitted
doc: fix broken link for ChildProcess
Fixes: #36787 Signed-off-by: James M Snell <[email protected]> PR-URL: #36788 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]>
1 parent 31039db commit 67a6e9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/child_process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ or [`child_process.fork()`][].
16551655
[`'error'`]: #child_process_event_error
16561656
[`'exit'`]: #child_process_event_exit
16571657
[`'message'`]: process.md#process_event_message
1658-
[`ChildProcess`]: #child_process_child_process
1658+
[`ChildProcess`]: #child_process_class_childprocess
16591659
[`Error`]: errors.md#errors_class_error
16601660
[`EventEmitter`]: events.md#events_class_eventemitter
16611661
[`child_process.exec()`]: #child_process_child_process_exec_command_options_callback

0 commit comments

Comments
 (0)