From 098eaef600f211baf8f26acdbc685d21760ed363 Mon Sep 17 00:00:00 2001 From: Bill Fine Date: Thu, 18 Jul 2019 16:56:29 -0700 Subject: [PATCH] Fixing broken link for Node install. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 90451eb30..5103f89c6 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -26,7 +26,7 @@ npm install -g serverless npm update -g serverless ``` -If you don’t already have **[Node 6 or higher installed](./docs/providers/aws/guide/installation.md)** on your machine, you’ll need to do that first. +If you don’t already have **[Node 6](https://nodejs.org/en/download/package-manager/)** or higher on your machine, you’ll need to do that first. Once you have the Serverless Framework installed, simply run the ‘serverless’ command and follow the prompts. In no time you will have deployed your first serverless app using the Serverless Framework **[CLI](./providers/)** and configured your Serverless Framework **[Dashboard](./dashboard/)** account to automatically monitor your serverless app, generate alerts, and much more.