Skip to content

Commit 5bd0e08

Browse files
Trottrichardlau
authored andcommitted
doc: fix incorrect URL in cli.md
Remove incorrect second `#` in URl. PR-URL: #35043 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Shelley Vohr <[email protected]>
1 parent f21d78d commit 5bd0e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1558,7 +1558,7 @@ $ node --max-old-space-size=1536 index.js
15581558
[`tls.DEFAULT_MAX_VERSION`]: tls.html#tls_tls_default_max_version
15591559
[`tls.DEFAULT_MIN_VERSION`]: tls.html#tls_tls_default_min_version
15601560
[`unhandledRejection`]: process.html#process_event_unhandledrejection
1561-
[`worker_threads.threadId`]: worker_threads.html##worker_threads_worker_threadid
1561+
[`worker_threads.threadId`]: worker_threads.html#worker_threads_worker_threadid
15621562
[Chrome DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/
15631563
[REPL]: repl.html
15641564
[ScriptCoverage]: https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage

0 commit comments

Comments
 (0)