doc: prevent one more false-positive linkification
PR-URL: https://github.com/nodejs/node/pull/20087 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
This commit is contained in:
parent
7dd6d864cb
commit
5eb9f3c91c
@ -379,7 +379,7 @@ will be chosen.
|
|||||||
added: v6.0.0
|
added: v6.0.0
|
||||||
-->
|
-->
|
||||||
|
|
||||||
Automatically zero-fills all newly allocated [Buffer][] and [SlowBuffer][]
|
Automatically zero-fills all newly allocated [`Buffer`][] and [`SlowBuffer`][]
|
||||||
instances.
|
instances.
|
||||||
|
|
||||||
|
|
||||||
@ -675,11 +675,11 @@ greater than `4` (its current default value). For more information, see the
|
|||||||
[libuv threadpool documentation][].
|
[libuv threadpool documentation][].
|
||||||
|
|
||||||
[`--openssl-config`]: #cli_openssl_config_file
|
[`--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
|
[Chrome Debugging Protocol]: https://chromedevtools.github.io/debugger-protocol-viewer
|
||||||
[REPL]: repl.html
|
[REPL]: repl.html
|
||||||
[SlowBuffer]: buffer.html#buffer_class_slowbuffer
|
|
||||||
[debugger]: debugger.html
|
[debugger]: debugger.html
|
||||||
[emit_warning]: process.html#process_process_emitwarning_warning_type_code_ctor
|
[emit_warning]: process.html#process_process_emitwarning_warning_type_code_ctor
|
||||||
[libuv threadpool documentation]: http://docs.libuv.org/en/latest/threadpool.html
|
[libuv threadpool documentation]: http://docs.libuv.org/en/latest/threadpool.html
|
||||||
[`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user