docs: update broken MDN link for asynchronous programming#57
docs: update broken MDN link for asynchronous programming#57j-dio wants to merge 1 commit intonodejs:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview Reviewed by Cursor Bugbot for commit c7f131e. Bugbot is set up for automated code reviews on this repo. Configure here. |
There was a problem hiding this comment.
Pull request overview
Fixes a broken MDN Web Docs link in the “How much JavaScript do you need to know to use Node.js?” getting-started guide by updating the “Asynchronous programming and callbacks” URL to MDN’s new Learn Web Development location.
Changes:
- Updated the MDN link for “Asynchronous programming and callbacks” to the new
Learn_web_development/Extensions/Async_JS/Introducingpath.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Description
This PR fixes a broken MDN Web Docs link in the "How much JavaScript do you need to know to use Node.js?" getting-started guide.
The Issue:
In the "Asynchronous Programming" section, the link for "Asynchronous programming and callbacks" points to
https://developer.mozilla.org/en-US/docs/JavaScript/Asynchronous/Introducing, which currently returns a 404 Page Not Found due to MDN restructuring their learning paths.The Fix:
Updated the URL to point to the correct, newly relocated MDN article:
https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Async_JS/Introducing.Type of Change