Skip to content

Commit e8a8513

Browse files
Trottcodebytere
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 cd33594 commit e8a8513

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
@@ -1004,7 +1004,7 @@ active handle in the event system. If the worker is already `unref()`ed calling
10041004
[`fs.close()`]: fs.md#fs_fs_close_fd_callback
10051005
[`fs.open()`]: fs.md#fs_fs_open_path_flags_mode_callback
10061006
[`markAsUntransferable()`]: #worker_threads_worker_markasuntransferable_object
1007-
[`perf_hooks.performance`]: #perf_hooks.md#perf_hooks_perf_hooks_performance
1007+
[`perf_hooks.performance`]: perf_hooks.md#perf_hooks_perf_hooks_performance
10081008
[`perf_hooks` `eventLoopUtilization()`]: perf_hooks.md#perf_hooks_performance_eventlooputilization_utilization1_utilization2
10091009
[`port.on('message')`]: #worker_threads_event_message
10101010
[`port.onmessage()`]: https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/onmessage

0 commit comments

Comments
 (0)