diff options
author | Rich Trott <rtrott@gmail.com> | 2023-05-12 10:06:45 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-12 17:06:45 +0000 |
commit | 2dd6d76c898c930d0f7d9386bde4b6dec37b7a49 (patch) | |
tree | 753b83dbf6a2f6afe11497f32a3f414ebf3edbe2 | |
parent | 7984af69a090dd6d1f60ffe7e194d5e69bce0c20 (diff) | |
download | node-new-2dd6d76c898c930d0f7d9386bde4b6dec37b7a49.tar.gz |
doc: fix broken link
PR-URL: https://github.com/nodejs/node/pull/47953
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
-rw-r--r-- | doc/api/cli.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md index fbb29f7245..8fbaeebbcf 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -2590,7 +2590,7 @@ done [`--require`]: #-r---require-module [`Atomics.wait()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/wait [`Buffer`]: buffer.md#class-buffer -[`CRYPTO_secure_malloc_init`]: https://www.openssl.org/docs/man1.1.0/man3/CRYPTO_secure_malloc_init.html +[`CRYPTO_secure_malloc_init`]: https://www.openssl.org/docs/man3.0/man3/CRYPTO_secure_malloc_init.html [`NODE_OPTIONS`]: #node_optionsoptions [`NO_COLOR`]: https://no-color.org [`SlowBuffer`]: buffer.md#class-slowbuffer |