Merge pull request #6395 from serverless/aws-cred-msg

actually update the right aws creds link interactive setup aws
This commit is contained in:
Daniel Schep 2019-07-17 17:40:07 -04:00 committed by GitHub
commit 2d58688b55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 =>