From 226eabb1aa4b178c32c002b641bef3688c4097ba Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Thu, 3 Sep 2020 21:55:14 -0700 Subject: 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 Reviewed-By: Beth Griggs Reviewed-By: Shelley Vohr --- doc/api/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3