FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: fix broken links in cli.md · nodejs/node@13f16d2 · GitHub

/ node Public

Commit 13f16d2

Browse files
authored andcommitted
doc: fix broken links in cli.md
Fix the link to the Environment variables section and replace the semi-space link with the relevant V8 documentation. Signed-off-by: HoonDongKang <d159123@naver.com> PR-URL: #65412 Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 30f1a19 commit 13f16d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎doc/api/cli.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4551,7 +4551,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
45514551
[debugging security implications]: https://nodejs.org/learn/getting-started/debugging#security-implications
45524552
[deprecation warnings]: deprecations.md#list-of-deprecated-apis
45534553
[emit_warning]: process.md#processemitwarningwarning-options
4554-
[environment_variables]: #environment-variables_1
4554+
[environment_variables]: #environment-variables-1
45554555
[filtering tests by name]: test.md#filtering-tests-by-name
45564556
[global setup and teardown]: test.md#global-setup-and-teardown
45574557
[jitless]: https://v8.dev/blog/jitless
@@ -4563,7 +4563,7 @@ node --stack-trace-limit=12 -p -e "Error.stackTraceLimit" # prints 12
45634563
[running tests from the command line]: test.md#running-tests-from-the-command-line
45644564
[scavenge garbage collector]: https://v8.dev/blog/orinoco-parallel-scavenger
45654565
[security warning]: #warning-binding-inspector-to-a-public-ipport-combination-is-insecure
4566-
[semi-space]: https://www.memorymanagement.org/glossary/s.html#semi.space
4566+
[semi-space]: https://v8.dev/blog/trash-talk#minor-gc
45674567
[single executable application]: single-executable-applications.md
45684568
[snapshot testing]: test.md#snapshot-testing
45694569
[syntax detection]: packages.md#syntax-detection

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL