Skip to content

Commit 26ed901

Browse files
gromnitskyaddaleax
authored andcommitted
doc: fix some broken references
PR-URL: #13811 Reviewed-By: Jackson Tian <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]>
1 parent 539f4c0 commit 26ed901

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -558,4 +558,4 @@ equivalent to using the `--redirect-warnings=file` command-line flag.
558558
[REPL]: repl.html
559559
[SlowBuffer]: buffer.html#buffer_class_slowbuffer
560560
[debugger]: debugger.html
561-
[emit_warning]: process.html#process_process_emitwarning_warning_name_ctor
561+
[emit_warning]: process.html#process_process_emitwarning_warning_type_code_ctor

doc/api/errors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ likely an indication of a bug within Node.js itself.
790790
[`ERR_INVALID_ARG_TYPE`]: #ERR_INVALID_ARG_TYPE
791791
[`child.kill()`]: child_process.html#child_process_child_kill_signal
792792
[`child.send()`]: child_process.html#child_process_child_send_message_sendhandle_options_callback
793-
[`fs.readFileSync`]: fs.html#fs_fs_readfilesync_file_options
793+
[`fs.readFileSync`]: fs.html#fs_fs_readfilesync_path_options
794794
[`fs.readdir`]: fs.html#fs_fs_readdir_path_options_callback
795795
[`fs.unlink`]: fs.html#fs_fs_unlink_path_callback
796796
[`fs`]: fs.html

doc/api/http.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@ const req = http.request(options, (res) => {
18941894
[`net.Server.close()`]: net.html#net_server_close_callback
18951895
[`net.Server.listen()`]: net.html#net_server_listen_handle_backlog_callback
18961896
[`net.Server.listen(path)`]: net.html#net_server_listen_path_backlog_callback
1897-
[`net.Server.listen(port)`]: net.html#net_server_listen_port_hostname_backlog_callback
1897+
[`net.Server.listen(port)`]: net.html#net_server_listen_port_host_backlog_callback
18981898
[`net.Server`]: net.html#net_class_net_server
18991899
[`net.Socket`]: net.html#net_class_net_socket
19001900
[`net.createConnection()`]: net.html#net_net_createconnection_options_connectlistener

doc/api/inspector.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ messages again. Reconnected session will lose all inspector state, such as
135135
enabled agents or configured breakpoints.
136136

137137

138-
[`session.connect()`]: #sessionconnect
138+
[`session.connect()`]: #inspector_session_connect
139139
[`Debugger.paused`]: https://chromedevtools.github.io/devtools-protocol/v8/Debugger/#event-paused
140140
[`EventEmitter`]: events.html#events_class_eventemitter
141141
[Chrome DevTools Protocol Viewer]: https://chromedevtools.github.io/devtools-protocol/v8/

doc/api/n-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2190,7 +2190,7 @@ won't be used).
21902190
- `data`: The callback data passed into `method`, `getter` and `setter` if
21912191
this function is invoked.
21922192
- `attributes`: The attributes associated with the particular property.
2193-
See [`napi_property_attributes`](#napi_property_attributes).
2193+
See [`napi_property_attributes`](#n_api_napi_property_attributes).
21942194

21952195
### Functions
21962196
#### *napi_get_property_names*

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1856,5 +1856,5 @@ cases:
18561856
[TTY]: tty.html#tty_tty
18571857
[Writable]: stream.html#stream_writable_streams
18581858
[note on process I/O]: process.html#process_a_note_on_process_i_o
1859-
[process_emit_warning]: #process_process_emitwarning_warning_name_ctor
1859+
[process_emit_warning]: #process_process_emitwarning_warning_type_code_ctor
18601860
[process_warning]: #process_event_warning

0 commit comments

Comments
 (0)