Skip to content

Commit

Permalink
doc: fix broken link in perf_hooks.md
Browse files Browse the repository at this point in the history
PR-URL: nodejs#35113
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
Trott authored and joesepi committed Oct 22, 2020
1 parent b03f00d commit 6ead946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/perf_hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ead946

Please sign in to comment.