From e8a8513b2c3d66c035d6afa8926f484ba668df78 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 13 Nov 2020 06:14:25 -0800 Subject: [PATCH] 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: https://github.com/nodejs/node/pull/36109 Reviewed-By: Antoine du Hamel Reviewed-By: Gireesh Punathil Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Yongsheng Zhang Reviewed-By: Daijiro Wachi --- doc/api/worker_threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index c9ea0c903738d8..bfc754b77cad19 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -1004,7 +1004,7 @@ active handle in the event system. If the worker is already `unref()`ed calling [`fs.close()`]: fs.md#fs_fs_close_fd_callback [`fs.open()`]: fs.md#fs_fs_open_path_flags_mode_callback [`markAsUntransferable()`]: #worker_threads_worker_markasuntransferable_object -[`perf_hooks.performance`]: #perf_hooks.md#perf_hooks_perf_hooks_performance +[`perf_hooks.performance`]: perf_hooks.md#perf_hooks_perf_hooks_performance [`perf_hooks` `eventLoopUtilization()`]: perf_hooks.md#perf_hooks_performance_eventlooputilization_utilization1_utilization2 [`port.on('message')`]: #worker_threads_event_message [`port.onmessage()`]: https://developer.mozilla.org/en-US/docs/Web/API/MessagePort/onmessage