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