From b167991c29c58de92d87c30c19784fc81bd27edc Mon Sep 17 00:00:00 2001 From: davidwells Date: Wed, 10 May 2017 17:49:15 -0700 Subject: [PATCH] update links --- docs/getting-started.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index fe50fe28e..c6f53c038 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -4,10 +4,10 @@ menuText: Getting Started layout: Doc menuOrder: 0 menuItems: - - {menuText: AWS Guide, path: /framework/docs/providers/aws/guide/getting-started} - - {menuText: Azure Functions Guide, path: /framework/docs/providers/azure/guide/getting-started} - - {menuText: OpenWhisk Guide, path: /framework/docs/providers/openwhisk/guide/getting-started} - - {menuText: Google Functions Guide, path: /framework/docs/providers/google/guide/getting-started} + - {menuText: AWS Guide, path: /framework/docs/providers/aws/guide/quickstart} + - {menuText: Azure Functions Guide, path: /framework/docs/providers/azure/guide/quickstart} + - {menuText: OpenWhisk Guide, path: /framework/docs/providers/openwhisk/guide/quickstart} + - {menuText: Google Functions Guide, path: /framework/docs/providers/google/guide/quickstart} --> # Getting Started with Serverless @@ -21,10 +21,10 @@ npm install serverless -g ## Choose your compute provider -[Amazon Web Services + Serverless Getting Started Guide](/framework/docs/providers/aws/guide/getting-started) +[Amazon Web Services + Serverless Getting Started Guide](/framework/docs/providers/aws/guide/quickstart) -[Azure Functions + Serverless Getting Started Guide](/framework/docs/providers/azure/guide/getting-started) +[Azure Functions + Serverless Getting Started Guide](/framework/docs/providers/azure/guide/quickstart) -[Apache OpenWhisk + Serverless Getting Started Guide](/framework/docs/providers/openwhisk/guide/getting-started) +[Apache OpenWhisk + Serverless Getting Started Guide](/framework/docs/providers/openwhisk/guide/quickstart) -[Google Cloud Functions + Serverless Getting Started Guide](/framework/docs/providers/google/guide/getting-started) +[Google Cloud Functions + Serverless Getting Started Guide](/framework/docs/providers/google/guide/quickstart)