Skip to content

Commit 3cf150c

Browse files
authored
Fix broken link
The link to "async / await" was broken. Replaced the "tc39.github.io" link with the MDN's link.
1 parent 75d20ec commit 3cf150c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ actions: {
161161
}
162162
```
163163

164-
Finally, if we make use of [async / await](https://tc39.github.io/ecmascript-asyncawait/), we can compose our actions like this:
164+
Finally, if we make use of [async / await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function), we can compose our actions like this:
165165

166166
``` js
167167
// assuming `getData()` and `getOtherData()` return Promises

0 commit comments

Comments
 (0)