docs(guide): fix dead Node.js debugging link in debug guide#10761
docs(guide): fix dead Node.js debugging link in debug guide#10761sanjibani wants to merge 1 commit into
Conversation
docs/guide/debugging.md:133 points at https://nodejs.org/en/docs/guides/debugging-getting-started/ (HTTP 404; nodejs.org retired the /en/docs/guides/ subpath in favor of /en/learn/). Replaced with the canonical https://nodejs.org/en/learn/getting-started/debugging (200). Verified the replacement target returns 200 and preserves the 'getting started with debugging' anchor intent of the original.
|
Hello @sanjibani. Your PR has been labeled To keep your PR open, please follow these steps:
Please, do not generate or format the response with AI. If you do not speak English, reply in your native language or use translation software like Google Translate or Deepl. If the response is generated, the PR will be closed automatically. These measures help us reduce maintenance burden and keep the team's work efficient. See our AI contributions policy for more context. |
✅ Deploy Preview for vitest-dev ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
hey maintainers — quick disclosure per the AI contributions policy. I am a real person (sanjibani). I used an AI coding assistant (Claude via mavis) to help find the broken link and verify the replacement. The verification (HEAD + GET probes), the choice of replacement URL, and the final review were done by me. I've read the existing debug guide context and the related Vitest docs and stand behind the change. happy to revise or close if the team prefers a different replacement. thanks for the work on vitest. |
Summary
Fixes a dead external link in the debug guide.
docs/guide/debugging.md:133:https://nodejs.org/en/docs/guides/debugging-getting-started/(HTTP 404) replaced with the canonicalhttps://nodejs.org/en/learn/getting-started/debugging(200). nodejs.org retired the/en/docs/guides/subpath in favor of/en/learn/.Single-line change, single file. Verified the replacement returns 200.