Skip to content

Commit a03da8a

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1592,7 +1592,7 @@ $ node --max-old-space-size=1536 index.js
15921592
[`tls.DEFAULT_MAX_VERSION`]: tls.html#tls_tls_default_max_version
15931593
[`tls.DEFAULT_MIN_VERSION`]: tls.html#tls_tls_default_min_version
15941594
[`unhandledRejection`]: process.html#process_event_unhandledrejection
1595-
[`worker_threads.threadId`]: worker_threads.html##worker_threads_worker_threadid
1595+
[`worker_threads.threadId`]: worker_threads.html#worker_threads_worker_threadid
15961596
[Chrome DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/
15971597
[REPL]: repl.html
15981598
[ScriptCoverage]: https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage

0 commit comments

Comments
 (0)