Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/api
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2021-06-30 06:48:55 +0300
committerRich Trott <rtrott@gmail.com>2021-07-01 01:22:36 +0300
commitddc60c785877c62dd0aae211c52ad9ac55253712 (patch)
tree344187f4a8b23bcaeb7ba203ae335ed5e747d0c5 /doc/api
parent0e7238a8c38086afda06dd833bfe36ca1343c5c1 (diff)
doc: fix broken link in errors.md
PR-URL: https://github.com/nodejs/node/pull/39200 Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/errors.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/errors.md b/doc/api/errors.md
index f36584b7468..d7df19cf7f0 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -2834,7 +2834,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