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
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-09 03:19:41 +0300
committerRich Trott <rtrott@gmail.com>2020-09-11 06:15:29 +0300
commit4f176c911097b3972328e703238d1fec0460e554 (patch)
tree4a43729171162b04eced5c1a278503ba97203326 /doc/api/perf_hooks.md
parent85624fd12971ec50fd8bb26b70c3b04170577d1e (diff)
doc: fix broken link in perf_hooks.md
PR-URL: https://github.com/nodejs/node/pull/35113 Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/perf_hooks.md')
-rw-r--r--doc/api/perf_hooks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 51eff2e736d..e08f81a69c9 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -758,7 +758,7 @@ require('some-module');
[`'exit'`]: process.html#process_event_exit
[`process.hrtime()`]: process.html#process_process_hrtime_time
-[`child_process.spawnSync()`]: #child_process_child_process_spawnsync_command_args_options
+[`child_process.spawnSync()`]: child_process.html#child_process_child_process_spawnsync_command_args_options
[`timeOrigin`]: https://w3c.github.io/hr-time/#dom-performance-timeorigin
[`window.performance`]: https://developer.mozilla.org/en-US/docs/Web/API/Window/performance
[Async Hooks]: async_hooks.html