Skip to content

Commit ed5139e

Browse files
authored
docs: update link for asynchronous programming resources (#56)
Update link for asynchronous programming resources Signed-off-by: Borut Piletic <[email protected]>
1 parent 65aa98b commit ed5139e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/getting-started/how-much-javascript-do-you-need-to-know-to-use-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ With those concepts in mind, you are well on your road to become a proficient Ja
3030

3131
The following concepts are also key to understand asynchronous programming, which is one of the fundamental parts of Node.js:
3232

33-
- [Asynchronous programming and callbacks](https://developer.mozilla.org/en-US/docs/JavaScript/Asynchronous/Introducing)
33+
- [Asynchronous programming and callbacks](https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Async_JS/Introducing)
3434
- [Timers](https://developer.mozilla.org/en-US/docs/Web/API/setTimeout)
3535
- [Promises](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Using_promises)
3636
- [Async and Await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function)

0 commit comments

Comments
 (0)