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