Skip to content

Commit 8def5fa

Browse files
gromnitskyjasnell
authored andcommitted
doc: fix broken references
PR-URL: #6350 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
1 parent 967a155 commit 8def5fa

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

doc/api/child_process.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ console.log('中文测试');
10691069
[`child_process.spawnSync()`]: #child_process_child_process_spawnsync_command_args_options
10701070
[`ChildProcess`]: #child_process_child_process
10711071
[`Error`]: errors.html#errors_class_error
1072-
[`EventEmitter`]: events.html#events_class_events_eventemitter
1072+
[`EventEmitter`]: events.html#events_class_eventemitter
10731073
[`JSON.stringify()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
10741074
[`maxBuffer`]: #child_process_maxbuffer_and_unicode
10751075
[`net.Server`]: net.html#net_class_net_server
@@ -1080,6 +1080,6 @@ console.log('中文测试');
10801080
[`process.execPath`]: process.html#process_process_execpath
10811081
[`process.on('disconnect')`]: process.html#process_event_disconnect
10821082
[`process.on('message')`]: process.html#process_event_message
1083-
[`process.send()`]: process.html#process_process_send_message_sendhandle_callback
1083+
[`process.send()`]: process.html#process_process_send_message_sendhandle_options_callback
10841084
[`stdio`]: #child_process_options_stdio
10851085
[synchronous counterparts]: #child_process_synchronous_process_creation

doc/api/process.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,6 @@ Will print something like:
13031303
[`end()`]: stream.html#stream_writable_end_chunk_encoding_callback
13041304
[`Error`]: errors.html#errors_class_error
13051305
[`EventEmitter`]: events.html#events_class_eventemitter
1306-
[`EventEmitter`]: events.html#events_class_events_eventemitter
13071306
[`JSON.stringify()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
13081307
[`net.Server`]: net.html#net_class_net_server
13091308
[`net.Socket`]: net.html#net_class_net_socket
@@ -1314,7 +1313,7 @@ Will print something like:
13141313
[`require.main`]: modules.html#modules_accessing_the_main_module
13151314
[`setTimeout(fn, 0)`]: timers.html#timers_settimeout_callback_delay_arg
13161315
[child_process `'disconnect'` event]: child_process.html#child_process_event_disconnect
1317-
[process_emit_warning]: #process_emitwarning_warning_name_ctor
1316+
[process_emit_warning]: #process_process_emitwarning_warning_name_ctor
13181317
[process_warning]: #process_event_warning
13191318
[Signal Events]: #process_signal_events
13201319
[Stream compatibility]: stream.html#stream_compatibility_with_older_node_js_versions

0 commit comments

Comments
 (0)