Skip to content

Commit 9c0280d

Browse files
authored
Update locale on external link
1 parent 33798f6 commit 9c0280d

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)