Skip to content

Commit 4f176c9

Browse files
committed
doc: fix broken link in perf_hooks.md
PR-URL: #35113 Reviewed-By: Franziska Hinkelmann <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]>
1 parent 85624fd commit 4f176c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/perf_hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ require('some-module');
758758

759759
[`'exit'`]: process.html#process_event_exit
760760
[`process.hrtime()`]: process.html#process_process_hrtime_time
761-
[`child_process.spawnSync()`]: #child_process_child_process_spawnsync_command_args_options
761+
[`child_process.spawnSync()`]: child_process.html#child_process_child_process_spawnsync_command_args_options
762762
[`timeOrigin`]: https://w3c.github.io/hr-time/#dom-performance-timeorigin
763763
[`window.performance`]: https://developer.mozilla.org/en-US/docs/Web/API/Window/performance
764764
[Async Hooks]: async_hooks.html

0 commit comments

Comments
 (0)