Skip to content

Commit 5eb9f3c

Browse files
committed
doc: prevent one more false-positive linkification
PR-URL: #20087 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Trivikram Kamat <[email protected]> Reviewed-By: Tiancheng "Timothy" Gu <[email protected]>
1 parent 7dd6d86 commit 5eb9f3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/cli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ will be chosen.
379379
added: v6.0.0
380380
-->
381381

382-
Automatically zero-fills all newly allocated [Buffer][] and [SlowBuffer][]
382+
Automatically zero-fills all newly allocated [`Buffer`][] and [`SlowBuffer`][]
383383
instances.
384384

385385

@@ -675,11 +675,11 @@ greater than `4` (its current default value). For more information, see the
675675
[libuv threadpool documentation][].
676676

677677
[`--openssl-config`]: #cli_openssl_config_file
678-
[Buffer]: buffer.html#buffer_buffer
678+
[`Buffer`]: buffer.html#buffer_class_buffer
679+
[`SlowBuffer`]: buffer.html#buffer_class_slowbuffer
680+
[`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn
679681
[Chrome Debugging Protocol]: https://chromedevtools.github.io/debugger-protocol-viewer
680682
[REPL]: repl.html
681-
[SlowBuffer]: buffer.html#buffer_class_slowbuffer
682683
[debugger]: debugger.html
683684
[emit_warning]: process.html#process_process_emitwarning_warning_type_code_ctor
684685
[libuv threadpool documentation]: http://docs.libuv.org/en/latest/threadpool.html
685-
[`process.setUncaughtExceptionCaptureCallback()`]: process.html#process_process_setuncaughtexceptioncapturecallback_fn

0 commit comments

Comments
 (0)