Skip to content

Commit f6baab5

Browse files
committed
doc: update broken links of child_process.md
1 parent a5b3d76 commit f6baab5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

doc/api/child_process.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,13 +2368,13 @@ or [`child_process.fork()`][].
23682368
[`ChildProcess`]: #class-childprocess
23692369
[`Error`]: errors.md#class-error
23702370
[`EventEmitter`]: events.md#class-eventemitter
2371-
[`child_process.exec()`]: #child_processexeccommand-options-callback
2372-
[`child_process.execFile()`]: #child_processexecfilefile-args-options-callback
2373-
[`child_process.execFileSync()`]: #child_processexecfilesyncfile-args-options
2374-
[`child_process.execSync()`]: #child_processexecsynccommand-options
2375-
[`child_process.fork()`]: #child_processforkmodulepath-args-options
2376-
[`child_process.spawn()`]: #child_processspawncommand-args-options
2377-
[`child_process.spawnSync()`]: #child_processspawnsynccommand-args-options
2371+
[`child_process.exec()`]: #child-processexeccommand-options-callback
2372+
[`child_process.execFile()`]: #child-processexecfilefile-args-options-callback
2373+
[`child_process.execFileSync()`]: #child-processexecfilesyncfile-args-options
2374+
[`child_process.execSync()`]: #child-processexecsynccommand-options
2375+
[`child_process.fork()`]: #child-processforkmodulepath-args-options
2376+
[`child_process.spawn()`]: #child-processspawncommand-args-options
2377+
[`child_process.spawnSync()`]: #child-processspawnsynccommand-args-options
23782378
[`dgram.Socket`]: dgram.md#class-dgramsocket
23792379
[`maxBuffer` and Unicode]: #maxbuffer-and-unicode
23802380
[`net.Server`]: net.md#class-netserver

0 commit comments

Comments
 (0)