Skip to content

Commit 2d64947

Browse files
Trotttargos
authored andcommitted
doc: fix invalid link in worker_threads.md
Inadvertent double hash in link makes it invalid and no longer pointing to the documentation section it intends to point to. PR-URL: #36109 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Daijiro Wachi <[email protected]>
1 parent 395b9a6 commit 2d64947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/worker_threads.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ active handle in the event system. If the worker is already `unref()`ed calling
987987
[`fs.close()`]: fs.md#fs_fs_close_fd_callback
988988
[`fs.open()`]: fs.md#fs_fs_open_path_flags_mode_callback
989989
[`markAsUntransferable()`]: #worker_threads_worker_markasuntransferable_object
990-
[`perf_hooks.performance`]: #perf_hooks.md#perf_hooks_perf_hooks_performance
990+
[`perf_hooks.performance`]: perf_hooks.md#perf_hooks_perf_hooks_performance
991991
[`perf_hooks` `eventLoopUtilization()`]: perf_hooks.md#perf_hooks_performance_eventlooputilization_utilization1_utilization2
992992
[`port.on('message')`]: #worker_threads_event_message
993993
[`port.onmessage()`]: https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/onmessage

0 commit comments

Comments
 (0)