Skip to content

Commit 67a6e9c

Browse files
jasnelltargos
authored andcommittedMay 1, 2021
doc: fix broken link for ChildProcess
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>
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)
Please sign in to comment.