doc: fix some broken references
PR-URL: https://github.com/nodejs/node/pull/13811 Reviewed-By: Jackson Tian <shyvo1987@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
This commit is contained in:
parent
3129b2c035
commit
ea927b3711
@ -558,4 +558,4 @@ equivalent to using the `--redirect-warnings=file` command-line flag.
|
|||||||
[REPL]: repl.html
|
[REPL]: repl.html
|
||||||
[SlowBuffer]: buffer.html#buffer_class_slowbuffer
|
[SlowBuffer]: buffer.html#buffer_class_slowbuffer
|
||||||
[debugger]: debugger.html
|
[debugger]: debugger.html
|
||||||
[emit_warning]: process.html#process_process_emitwarning_warning_name_ctor
|
[emit_warning]: process.html#process_process_emitwarning_warning_type_code_ctor
|
||||||
|
@ -876,7 +876,7 @@ installed.
|
|||||||
[`ERR_INVALID_ARG_TYPE`]: #ERR_INVALID_ARG_TYPE
|
[`ERR_INVALID_ARG_TYPE`]: #ERR_INVALID_ARG_TYPE
|
||||||
[`child.kill()`]: child_process.html#child_process_child_kill_signal
|
[`child.kill()`]: child_process.html#child_process_child_kill_signal
|
||||||
[`child.send()`]: child_process.html#child_process_child_send_message_sendhandle_options_callback
|
[`child.send()`]: child_process.html#child_process_child_send_message_sendhandle_options_callback
|
||||||
[`fs.readFileSync`]: fs.html#fs_fs_readfilesync_file_options
|
[`fs.readFileSync`]: fs.html#fs_fs_readfilesync_path_options
|
||||||
[`fs.readdir`]: fs.html#fs_fs_readdir_path_options_callback
|
[`fs.readdir`]: fs.html#fs_fs_readdir_path_options_callback
|
||||||
[`fs.unlink`]: fs.html#fs_fs_unlink_path_callback
|
[`fs.unlink`]: fs.html#fs_fs_unlink_path_callback
|
||||||
[`fs`]: fs.html
|
[`fs`]: fs.html
|
||||||
|
@ -1894,7 +1894,7 @@ const req = http.request(options, (res) => {
|
|||||||
[`net.Server.close()`]: net.html#net_server_close_callback
|
[`net.Server.close()`]: net.html#net_server_close_callback
|
||||||
[`net.Server.listen()`]: net.html#net_server_listen_handle_backlog_callback
|
[`net.Server.listen()`]: net.html#net_server_listen_handle_backlog_callback
|
||||||
[`net.Server.listen(path)`]: net.html#net_server_listen_path_backlog_callback
|
[`net.Server.listen(path)`]: net.html#net_server_listen_path_backlog_callback
|
||||||
[`net.Server.listen(port)`]: net.html#net_server_listen_port_hostname_backlog_callback
|
[`net.Server.listen(port)`]: net.html#net_server_listen_port_host_backlog_callback
|
||||||
[`net.Server`]: net.html#net_class_net_server
|
[`net.Server`]: net.html#net_class_net_server
|
||||||
[`net.Socket`]: net.html#net_class_net_socket
|
[`net.Socket`]: net.html#net_class_net_socket
|
||||||
[`net.createConnection()`]: net.html#net_net_createconnection_options_connectlistener
|
[`net.createConnection()`]: net.html#net_net_createconnection_options_connectlistener
|
||||||
|
@ -135,7 +135,7 @@ messages again. Reconnected session will lose all inspector state, such as
|
|||||||
enabled agents or configured breakpoints.
|
enabled agents or configured breakpoints.
|
||||||
|
|
||||||
|
|
||||||
[`session.connect()`]: #sessionconnect
|
[`session.connect()`]: #inspector_session_connect
|
||||||
[`Debugger.paused`]: https://chromedevtools.github.io/devtools-protocol/v8/Debugger/#event-paused
|
[`Debugger.paused`]: https://chromedevtools.github.io/devtools-protocol/v8/Debugger/#event-paused
|
||||||
[`EventEmitter`]: events.html#events_class_eventemitter
|
[`EventEmitter`]: events.html#events_class_eventemitter
|
||||||
[Chrome DevTools Protocol Viewer]: https://chromedevtools.github.io/devtools-protocol/v8/
|
[Chrome DevTools Protocol Viewer]: https://chromedevtools.github.io/devtools-protocol/v8/
|
||||||
|
@ -2190,7 +2190,7 @@ won't be used).
|
|||||||
- `data`: The callback data passed into `method`, `getter` and `setter` if
|
- `data`: The callback data passed into `method`, `getter` and `setter` if
|
||||||
this function is invoked.
|
this function is invoked.
|
||||||
- `attributes`: The attributes associated with the particular property.
|
- `attributes`: The attributes associated with the particular property.
|
||||||
See [`napi_property_attributes`](#napi_property_attributes).
|
See [`napi_property_attributes`](#n_api_napi_property_attributes).
|
||||||
|
|
||||||
### Functions
|
### Functions
|
||||||
#### *napi_get_property_names*
|
#### *napi_get_property_names*
|
||||||
|
@ -1856,5 +1856,5 @@ cases:
|
|||||||
[TTY]: tty.html#tty_tty
|
[TTY]: tty.html#tty_tty
|
||||||
[Writable]: stream.html#stream_writable_streams
|
[Writable]: stream.html#stream_writable_streams
|
||||||
[note on process I/O]: process.html#process_a_note_on_process_i_o
|
[note on process I/O]: process.html#process_a_note_on_process_i_o
|
||||||
[process_emit_warning]: #process_process_emitwarning_warning_name_ctor
|
[process_emit_warning]: #process_process_emitwarning_warning_type_code_ctor
|
||||||
[process_warning]: #process_event_warning
|
[process_warning]: #process_event_warning
|
||||||
|
Loading…
x
Reference in New Issue
Block a user