diff --git a/README.md b/README.md index 4c04a07..b859132 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ > > Please update your CLI to the latest version and use `aws sso login --profile ` > -> Additional details are available [here](https://docs.aws.amazon.com/cli/latest/userguide/sso-configure-profile-token.html). +> Additional details are available [here](https://docs.aws.amazon.com/cli/latest/userguide/sso-using-profile.html). [![npm package][npm-img]][npm-url] [![Build Status][build-img]][build-url] diff --git a/src/cli.ts b/src/cli.ts index e850dd7..4aa8b79 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -9,7 +9,7 @@ logger.warn( latest version and run "aws sso login --profile " to see if it works for your use case.' ); logger.warn( - 'See https://docs.aws.amazon.com/cli/latest/userguide/sso-configure-profile-token.html for additional details.' + 'See https://docs.aws.amazon.com/cli/latest/userguide/sso-using-profile.html for additional details.' ); const version: string = require('../package.json').version;