Skip to content

docs: update broken MDN link for asynchronous programming#57

Open
j-dio wants to merge 1 commit intonodejs:mainfrom
j-dio:fix-mdn-async-link
Open

docs: update broken MDN link for asynchronous programming#57
j-dio wants to merge 1 commit intonodejs:mainfrom
j-dio:fix-mdn-async-link

Conversation

@j-dio
Copy link
Copy Markdown

@j-dio j-dio commented Apr 21, 2026

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

  • Documentation update / Link fix

Copilot AI review requested due to automatic review settings April 21, 2026 15:37
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nodejs-learn Ready Ready Preview Apr 21, 2026 3:38pm

Request Review

@cursor
Copy link
Copy Markdown

cursor Bot commented Apr 21, 2026

PR Summary

Low Risk
Single documentation link update with no runtime or behavioral impact.

Overview
Fixes a broken MDN reference in the getting-started guide by updating the Asynchronous programming and callbacks link to MDN’s new Learn_web_development/Extensions/Async_JS/Introducing location.

Reviewed by Cursor Bugbot for commit c7f131e. Bugbot is set up for automated code reviews on this repo. Configure here.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

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/Introducing path.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants