docs(guide): fix dead Node.js debugging link in debug guide#10760
Closed
sanjibani wants to merge 2 commits into
Closed
docs(guide): fix dead Node.js debugging link in debug guide#10760sanjibani wants to merge 2 commits into
sanjibani wants to merge 2 commits into
Conversation
- SECURITY.md:5: 'https://vitest.dev/releases' returns 404. The releases page lives on GitHub at 'https://github.com/vitest-dev/vitest/releases' (HTTP 200, same content). - docs/blog/vitest-3.md:34: 'https://storybook.js.org/docs/writing-tests/test-addon' returns 404 (the path was restructured when the Vitest addon was promoted to a first-class integration). The new canonical path is 'https://storybook.js.org/docs/writing-tests/integrations/vitest-addon' (HTTP 200, same content: vscode extension + browser mode). No content text changes.
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.