Skip to content

Commit

Permalink
doc: fix broken link in errors.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Jun 30, 2021
1 parent 6a7db9a commit a2c078e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -2829,7 +2829,7 @@ The native call from `process.cpuUsage` could not be processed.
[`new URLSearchParams(iterable)`]: url.md#url_new_urlsearchparams_iterable
[`package.json`]: packages.md#packages_node_js_package_json_field_definitions
[`postMessage()`]: worker_threads.md#worker_threads_port_postmessage_value_transferlist
[`process.on('exit')`]: process.md#Event:-`'exit'`
[`process.on('exit')`]: process.md#process_event_exit
[`process.send()`]: process.md#process_process_send_message_sendhandle_options_callback
[`process.setUncaughtExceptionCaptureCallback()`]: process.md#process_process_setuncaughtexceptioncapturecallback_fn
[`readable._read()`]: stream.md#stream_readable_read_size_1
Expand Down

0 comments on commit a2c078e

Please sign in to comment.