From 897220975ee8041f0961b28c98105b8cd82a6bc5 Mon Sep 17 00:00:00 2001 From: cola119 Date: Sun, 2 Oct 2022 11:17:52 +0900 Subject: [PATCH] doc: add anchor link for --preserve-symlinks --- doc/api/cli.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index b1b0103cfddddb..6dbc33ebd07547 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -989,7 +989,7 @@ however, for backward compatibility with older Node.js versions. `--preserve-symlinks` when it is not desirable to follow symlinks before resolving relative paths. -See `--preserve-symlinks` for more information. +See [`--preserve-symlinks`][] for more information. ### `--prof` @@ -2289,6 +2289,7 @@ done [`--heap-prof-dir`]: #--heap-prof-dir [`--import`]: #--importmodule [`--openssl-config`]: #--openssl-configfile +[`--preserve-symlinks`]: #--preserve-symlinks [`--redirect-warnings`]: #--redirect-warningsfile [`--require`]: #-r---require-module [`Atomics.wait()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/wait