Skip to content

Commit c4fc49b

Browse files
nickbouldienfhemberger
authored andcommitted
Add link to the callback pattern page (#2209)
Added a link to the callback pattern page in the knowledge/getting-started section of the node docs. As I was reading the blocking/non-blocking documentation, I realized that some people might not know what the node callback pattern was and figured a link could be added to that page for easy access to readers. (I did notice that the page I added a link to is from 2011, but I couldn't find a more updated one when searching (so not sure if a more updated entry on explaining callbacks exists))
1 parent ac93a73 commit c4fc49b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

locale/en/docs/guides/blocking-vs-non-blocking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: docs.hbs
88
This overview covers the difference between **blocking** and **non-blocking**
99
calls in Node.js. This overview will refer to the event loop and libuv but no
1010
prior knowledge of those topics is required. Readers are assumed to have a
11-
basic understanding of the JavaScript language and Node.js callback pattern.
11+
basic understanding of the JavaScript language and Node.js [callback pattern](https://nodejs.org/en/knowledge/getting-started/control-flow/what-are-callbacks/).
1212

1313
> "I/O" refers primarily to interaction with the system's disk and
1414
> network supported by [libuv](http://libuv.org/).

0 commit comments

Comments
 (0)