From 4b82dce66bc9b410581577590acb364285fcbb4a Mon Sep 17 00:00:00 2001 From: Daniel Schep Date: Wed, 17 Jul 2019 17:21:18 -0400 Subject: [PATCH] actually update the right aws creds link interactive setup aws --- lib/plugins/interactiveCli/setupAws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plugins/interactiveCli/setupAws.js b/lib/plugins/interactiveCli/setupAws.js index 49f0fc83b..c0d65be48 100644 --- a/lib/plugins/interactiveCli/setupAws.js +++ b/lib/plugins/interactiveCli/setupAws.js @@ -62,7 +62,7 @@ https://serverless.com/framework/docs/providers/aws/guide/credentials#creating-a } process.stdout.write( `\nGo here to learn how to create your AWS credentials:\n${chalk.bold( - 'https://github.com/serverless/enterprise/blob/master/docs/setup-aws-account.md' + 'https://serverless.com/framework/docs/providers/aws/guide/credentials#creating-aws-access-keys' )}\nThen enter them here:\n\n` ); return awsAccessKeyIdInput().then(accessKeyId =>