Skip to content

Commit cf2a2ea

Browse files
authored
Merge pull request node-red#127 from techtimo/master
Update locale on external link
2 parents 3a1c650 + 9c0280d commit cf2a2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2019-08-16-going-async.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ would be terrible.
2323

2424
Instead, Node.js passes those sorts of actions to the underlying operating system,
2525
which is multi-threaded, and registers a callback that will be called when the
26-
action completes. This is the idea of the [Event Loop that is at the heart of Node.js](https://nodejs.org/uk/docs/guides/event-loop-timers-and-nexttick/).
26+
action completes. This is the idea of the [Event Loop that is at the heart of Node.js](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/).
2727

2828
To overly simplify it, you can think of it as a queue of work. Each time the Event
2929
Loop runs, it takes the next piece of work and runs it, which may in turn cause

0 commit comments

Comments
 (0)