Skip to content

Commit 1437cda

Browse files
docs(getting-started): promises current links (#4352)
See: [Archived repo](https://github.com/html5rocks/www.html5rocks.com/blob/master/content/tutorials/es6/promises/en/index.html#L6) redirected the links.
1 parent 7066b58 commit 1437cda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/docs/getting-started.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { Tabs } from 'nextra/components';
1313

1414
Before getting started, you should have Node v6 installed, although the examples should mostly work in previous versions of Node as well.
1515
For this guide, we won't use any language features that require transpilation, but we will use some ES6 features like
16-
[Promises](http://www.html5rocks.com/en/tutorials/es6/promises/), classes,
16+
[Promises](http://web.dev/articles/promises/), classes,
1717
and arrow functions, so if you aren't familiar with them you might want to read up on them first.
1818

1919
> Alternatively you can start from [this StackBlitz](https://stackblitz.com/edit/stackblitz-starters-znvgwr) - if you choose

0 commit comments

Comments
 (0)