From 26ed9017302b967b507b7476a3f7257e10681c83 Mon Sep 17 00:00:00 2001 From: Alexander Gromnitsky Date: Tue, 20 Jun 2017 09:04:24 +0300 Subject: [PATCH] doc: fix some broken references PR-URL: https://github.com/nodejs/node/pull/13811 Reviewed-By: Jackson Tian Reviewed-By: James M Snell Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Michael Dawson Reviewed-By: Vse Mozhet Byt --- doc/api/cli.md | 2 +- doc/api/errors.md | 2 +- doc/api/http.md | 2 +- doc/api/inspector.md | 2 +- doc/api/n-api.md | 2 +- doc/api/process.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 2e644febab2f4a..e18eae56baecd6 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 92a3d4ac819902..88d3b1f6c79b15 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -790,7 +790,7 @@ 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 34abebf0268376..85e877f7a411f9 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 0b5ac8456cb8fd..16d64d3d5fad70 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -2190,7 +2190,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