Skip to content

Commit

Permalink
doc: add anchor link for --preserve-symlinks
Browse files Browse the repository at this point in the history
PR-URL: #44858
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
cola119 committed Oct 2, 2022
1 parent e5c807e commit aa7167f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/cli.md
Expand Up @@ -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`

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aa7167f

Please sign in to comment.