Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Commit

Permalink
feat(cli): update aws doc reference
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansonshine committed Oct 27, 2023
1 parent 77b6dd9 commit ded30bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
>
> Please update your CLI to the latest version and use `aws sso login --profile <profile_name>`
>
> 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]
Expand Down
2 changes: 1 addition & 1 deletion src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ logger.warn(
latest version and run "aws sso login --profile <profile_name>" 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;
Expand Down

0 comments on commit ded30bb

Please sign in to comment.