From 5eb9f3c91ce48a1c6818aaf4eddb0b8ff8071ecc Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Tue, 17 Apr 2018 00:59:39 +0300 Subject: [PATCH] doc: prevent one more false-positive linkification PR-URL: https://github.com/nodejs/node/pull/20087 Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat Reviewed-By: Tiancheng "Timothy" Gu --- doc/api/cli.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index ed18c69c894004..25402f5f74ed06 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -379,7 +379,7 @@ will be chosen. added: v6.0.0 --> -Automatically zero-fills all newly allocated [Buffer][] and [SlowBuffer][] +Automatically zero-fills all newly allocated [`Buffer`][] and [`SlowBuffer`][] instances. @@ -675,11 +675,11 @@ greater than `4` (its current default value). For more information, see the [libuv threadpool documentation][]. [`--openssl-config`]: #cli_openssl_config_file -[Buffer]: buffer.html#buffer_buffer +[`Buffer`]: buffer.html#buffer_class_buffer +[`SlowBuffer`]: buffer.html#buffer_class_slowbuffer +[`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn [Chrome Debugging Protocol]: https://chromedevtools.github.io/debugger-protocol-viewer [REPL]: repl.html -[SlowBuffer]: buffer.html#buffer_class_slowbuffer [debugger]: debugger.html [emit_warning]: process.html#process_process_emitwarning_warning_type_code_ctor [libuv threadpool documentation]: http://docs.libuv.org/en/latest/threadpool.html -[`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn