Skip to content

Commit 1f828a9

Browse files
committed
Fix URL
1 parent 5c9f50a commit 1f828a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/aws/error-utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function transformV3Error(error) {
6363
const errorMessage = [
6464
'AWS provider credentials not found.',
6565
' Learn how to set up AWS provider credentials',
66-
` in our docs here: <${chalk.green('http://slss.io/aws-creds-setup')}>.`,
66+
` in our docs here: <${chalk.green('https://github.com/oss-serverless/serverless/blob/main/docs/guides/credentials.md')}>.`,
6767
].join('');
6868

6969
throw Object.assign(new ServerlessError(errorMessage, 'AWS_CREDENTIALS_NOT_FOUND'), {

0 commit comments

Comments
 (0)