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 authored and danielleadams committed Oct 5, 2022
1 parent 2efe4d9 commit ccf31d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/api/cli.md
Expand Up @@ -956,7 +956,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 @@ -2236,6 +2236,7 @@ done
[`--experimental-wasm-modules`]: #--experimental-wasm-modules
[`--heap-prof-dir`]: #--heap-prof-dir
[`--openssl-config`]: #--openssl-configfile
[`--preserve-symlinks`]: #--preserve-symlinks
[`--redirect-warnings`]: #--redirect-warningsfile
[`Atomics.wait()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/wait
[`Buffer`]: buffer.md#class-buffer
Expand Down

0 comments on commit ccf31d8

Please sign in to comment.