We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1f1a7 commit fdb8a7fCopy full SHA for fdb8a7f
website/pages/docs/getting-started.mdx
@@ -13,7 +13,7 @@ import { Tabs } from 'nextra/components';
13
14
Before getting started, you should have Node v6 installed, although the examples should mostly work in previous versions of Node as well.
15
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,
+[Promises](http://web.dev/articles/promises/), classes,
17
and arrow functions, so if you aren't familiar with them you might want to read up on them first.
18
19
> Alternatively you can start from [this StackBlitz](https://stackblitz.com/edit/stackblitz-starters-znvgwr) - if you choose
0 commit comments