Skip to content

Commit aa7167f

Browse files
authored
doc: add anchor link for --preserve-symlinks
PR-URL: #44858 Reviewed-By: Daeyeon Jeong <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent e5c807e commit aa7167f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ however, for backward compatibility with older Node.js versions.
989989
`--preserve-symlinks` when it is not desirable to follow symlinks before
990990
resolving relative paths.
991991

992-
See `--preserve-symlinks` for more information.
992+
See [`--preserve-symlinks`][] for more information.
993993

994994
### `--prof`
995995

@@ -2289,6 +2289,7 @@ done
22892289
[`--heap-prof-dir`]: #--heap-prof-dir
22902290
[`--import`]: #--importmodule
22912291
[`--openssl-config`]: #--openssl-configfile
2292+
[`--preserve-symlinks`]: #--preserve-symlinks
22922293
[`--redirect-warnings`]: #--redirect-warningsfile
22932294
[`--require`]: #-r---require-module
22942295
[`Atomics.wait()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/wait

0 commit comments

Comments
 (0)