From 4f176c911097b3972328e703238d1fec0460e554 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Tue, 8 Sep 2020 17:19:41 -0700 Subject: [PATCH] doc: fix broken link in perf_hooks.md PR-URL: https://github.com/nodejs/node/pull/35113 Reviewed-By: Franziska Hinkelmann Reviewed-By: Trivikram Kamat --- doc/api/perf_hooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 51eff2e736d026..e08f81a69c916b 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