From dc495e4454ace2fd1e7ca48b2f982d01d032a51c Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Tue, 4 Mar 2025 09:06:42 +0700 Subject: [PATCH] docs(getting-started): promises links --- website/pages/docs/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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