diff --git a/doc/api/async_hooks.md b/doc/api/async_hooks.md index e04f30bacfb9ae..d88b5400e51c53 100644 --- a/doc/api/async_hooks.md +++ b/doc/api/async_hooks.md @@ -564,4 +564,4 @@ never be called. * Returns {number} the same `triggerAsyncId` that is passed to the `AsyncResource` constructor. -[`Hook Callbacks`]: #hook-callbacks +[`Hook Callbacks`]: #async_hooks_hook_callbacks diff --git a/doc/api/cli.md b/doc/api/cli.md index c2cfc4e35e10c3..dabd93750c728b 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -558,4 +558,4 @@ equivalent to using the `--redirect-warnings=file` command-line flag. [REPL]: repl.html [SlowBuffer]: buffer.html#buffer_class_slowbuffer [debugger]: debugger.html -[emit_warning]: process.html#process_process_emitwarning_warning_name_ctor +[emit_warning]: process.html#process_process_emitwarning_warning_type_code_ctor diff --git a/doc/api/errors.md b/doc/api/errors.md index aef6580822859e..2d63c7cdc81314 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -799,7 +799,7 @@ are most likely an indication of a bug within Node.js itself. [`ERR_INVALID_ARG_TYPE`]: #ERR_INVALID_ARG_TYPE [`child.kill()`]: child_process.html#child_process_child_kill_signal [`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.unlink`]: fs.html#fs_fs_unlink_path_callback [`fs`]: fs.html diff --git a/doc/api/http.md b/doc/api/http.md index 66ea4e76315ac6..6b152c522e0be6 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -1894,7 +1894,7 @@ const req = http.request(options, (res) => { [`net.Server.close()`]: net.html#net_server_close_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(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.Socket`]: net.html#net_class_net_socket [`net.createConnection()`]: net.html#net_net_createconnection_options_connectlistener diff --git a/doc/api/inspector.md b/doc/api/inspector.md index 3336874b949269..00fc927d0d35ee 100644 --- a/doc/api/inspector.md +++ b/doc/api/inspector.md @@ -135,7 +135,7 @@ messages again. Reconnected session will lose all inspector state, such as 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 [`EventEmitter`]: events.html#events_class_eventemitter [Chrome DevTools Protocol Viewer]: https://chromedevtools.github.io/devtools-protocol/v8/ diff --git a/doc/api/n-api.md b/doc/api/n-api.md index f6e225488c13d1..8a8e08aa94eb9e 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -2187,7 +2187,7 @@ won't be used). - `data`: The callback data passed into `method`, `getter` and `setter` if this function is invoked. - `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 #### *napi_get_property_names* diff --git a/doc/api/process.md b/doc/api/process.md index 35f6a28034fc58..9a8323de1741cf 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -1856,5 +1856,5 @@ cases: [TTY]: tty.html#tty_tty [Writable]: stream.html#stream_writable_streams [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