Skip to content

doc: update outdated nodejs.org guide links - #65394

Open
HoonDongKang wants to merge 1 commit into
nodejs:mainfrom
HoonDongKang:doc-fix-broken-guide-links
Open

doc: update outdated nodejs.org guide links#65394
HoonDongKang wants to merge 1 commit into
nodejs:mainfrom
HoonDongKang:doc-fix-broken-guide-links

Conversation

@HoonDongKang

Copy link
Copy Markdown
Contributor

Update outdated nodejs.org/en/docs/guides/... links to their current nodejs.org/learn/... destinations.

  1. doc/api/cli.md
- https://nodejs.org/en/docs/guides/debugging-getting-started/#security-implications
+ https://nodejs.org/learn/getting-started/debugging#security-implications
  1. doc/api/n-api.md
- https://nodejs.org/en/docs/guides/abi-stability/
+ https://nodejs.org/learn/modules/abi-stability
  1. doc/api/timers.md
- https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout
+ https://nodejs.org/learn/asynchronous-work/event-loop-timers-and-nexttick#setimmediate-vs-settimeout

Update outdated `nodejs.org/en/docs/guides/...` links
to their current `nodejs.org/learn/...` destinations.

Signed-off-by: HoonDongKang <d159123@naver.com>
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Review requested:

  • @nodejs/node-api

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Aug 19, 2026

@MikeMcC399 MikeMcC399 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Thanks for catching the 404 errors!

There are however some other bad links on:

doc/api/cli.md
#environment-variables_1 (underscore instead of -)
https://www.memorymanagement.org/ expired certificate

doc/api/n-api.md
https://gyp.gsrc.io - site no longer exists

Since these issues don't concern nodejs.org, I'd suggest handling them in separate PRs.

I used markdown-link-check directly on the *.md files to check.

@MikeMcC399 MikeMcC399 added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Aug 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants