Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-09-04 07:55:14 +0300
committerRich Trott <rtrott@gmail.com>2020-09-06 10:36:58 +0300
commit226eabb1aa4b178c32c002b641bef3688c4097ba (patch)
tree89bb206f98f169af6eeaba41643019a9f60f26d6 /doc
parente326c41fbc3ac6533630704bf438db860731dcc6 (diff)
doc: fix incorrect URL in cli.md
Remove incorrect second `#` in URl. PR-URL: https://github.com/nodejs/node/pull/35043 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cli.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 410adaf2bae..260f4809312 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -1592,7 +1592,7 @@ $ node --max-old-space-size=1536 index.js
[`tls.DEFAULT_MAX_VERSION`]: tls.html#tls_tls_default_max_version
[`tls.DEFAULT_MIN_VERSION`]: tls.html#tls_tls_default_min_version
[`unhandledRejection`]: process.html#process_event_unhandledrejection
-[`worker_threads.threadId`]: worker_threads.html##worker_threads_worker_threadid
+[`worker_threads.threadId`]: worker_threads.html#worker_threads_worker_threadid
[Chrome DevTools Protocol]: https://chromedevtools.github.io/devtools-protocol/
[REPL]: repl.html
[ScriptCoverage]: https://chromedevtools.github.io/devtools-protocol/tot/Profiler#type-ScriptCoverage