diff --git a/website/pages/docs/getting-started.mdx b/website/pages/docs/getting-started.mdx index e2fd36ff7e..5a9349879e 100644 --- a/website/pages/docs/getting-started.mdx +++ b/website/pages/docs/getting-started.mdx @@ -13,7 +13,7 @@ import { Tabs } from 'nextra/components'; Before getting started, you should have Node v6 installed, although the examples should mostly work in previous versions of Node as well. For this guide, we won't use any language features that require transpilation, but we will use some ES6 features like -[Promises](http://www.html5rocks.com/en/tutorials/es6/promises/), classes, +[Promises](http://web.dev/articles/promises/), classes, and arrow functions, so if you aren't familiar with them you might want to read up on them first. > Alternatively you can start from [this StackBlitz](https://stackblitz.com/edit/stackblitz-starters-znvgwr) - if you choose