Skip to content

doc: fix broken links in cli.md - #65412

Open
HoonDongKang wants to merge 1 commit into
nodejs:mainfrom
HoonDongKang:doc-fix-broken-links-in-cli.md
Open

doc: fix broken links in cli.md#65412
HoonDongKang wants to merge 1 commit into
nodejs:mainfrom
HoonDongKang:doc-fix-broken-links-in-cli.md

Conversation

@HoonDongKang

Copy link
Copy Markdown
Contributor

Fix two broken links in doc/api/cli.md by correcting the fragment for the Environment variables section and replacing the TLS certificate expired memorymanagement.org reference with V8's official semi-space documentation.

-[environment_variables]: #environment-variables_1
+[environment_variables]: #environment-variables-1
-[semi-space]: https://www.memorymanagement.org/glossary/s.html#semi.space
+[semi-space]: https://v8.dev/blog/trash-talk#minor-gc

The article explains the semi-space design through its From-Space and To-Space concepts, making it a suitable replacement for the original reference.

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>
@nodejs-github-bot nodejs-github-bot added cli Issues and PRs related to the Node.js command line interface. doc Issues and PRs related to the documentations. labels Aug 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cli Issues and PRs related to the Node.js command line interface. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants