Fixing broken link for Node install.

This commit is contained in:
Bill Fine 2019-07-18 16:56:29 -07:00 committed by GitHub
parent 1c2e9a8cc5
commit 098eaef600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ npm install -g serverless
npm update -g serverless
```
If you dont already have **[Node 6 or higher installed](./docs/providers/aws/guide/installation.md)** on your machine, youll need to do that first.
If you dont already have **[Node 6](https://nodejs.org/en/download/package-manager/)** or higher on your machine, youll 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.