Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR fixes broken internal documentation links that were returning 404s by updating them to the correct /learn/... routes that match the site’s configured base URL.
Changes:
- Update “backpressure guide” reference link to the correct modules path.
- Fix “Debugging Node.js”, profiling, and flame graph links to point at existing
/learn/...pages. - Correct the “Using V8 Sampling Profiler” link target in the poor-performance index.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pages/modules/how-to-use-streams.md | Updates the backpressure guide link to /learn/modules/backpressuring-in-streams. |
| pages/getting-started/security-best-practices.md | Fixes --inspect switch and same-origin policy reference links to /learn/getting-started/debugging. |
| pages/getting-started/profiling.md | Fixes flame graph link to /learn/diagnostics/flame-graphs. |
| pages/diagnostics/poor-performance/index.md | Updates “Using V8 Sampling Profiler” link to /learn/getting-started/profiling. |
| pages/diagnostics/live-debugging/using-inspector.md | Updates “Debugging Node.js” link to /learn/getting-started/debugging. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
avivkeller
approved these changes
Apr 8, 2026
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.
As stated in the title, this PR updates the links that were leading to 404 pages on the edited pages with their correct versions.
Pages and links;
Debugging Node.jsUsing V8 Sampling Profilerdiagnostics flamegraph--inspect switchsame-origin policybackpressure guide