File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ pub struct Cli {
58
58
59
59
#[ derive( Subcommand ) ]
60
60
pub enum Command {
61
- /// Stores an RWX access token for local usage. You can generate RWX Personal Access Tokens at: https://account .rwx.com/_/personal_access_tokens
61
+ /// Stores an RWX access token for local usage. You can generate RWX Personal Access Tokens at: https://cloud .rwx.com/_/personal_access_tokens
62
62
Login {
63
63
/// The access token to save to the local abq config file.
64
64
///
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ async fn abq_main() -> anyhow::Result<ExitCode> {
259
259
} ,
260
260
None => {
261
261
let mut input = String :: new ( ) ;
262
- println ! ( "Generate a Personal Access Token at https://account .rwx.com/_/personal_access_tokens" ) ;
262
+ println ! ( "Generate a Personal Access Token at https://cloud .rwx.com/_/personal_access_tokens" ) ;
263
263
println ! ( "\n " ) ;
264
264
println ! ( "Enter your RWX Personal Access Token:" ) ;
265
265
You can’t perform that action at this time.
0 commit comments