Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ae1c23

Browse files
committedJan 17, 2024
Updates account.rwx.com URLs to cloud.rwx.com
1 parent 39ddb53 commit 0ae1c23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎crates/abq_cli/src/args.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub struct Cli {
5858

5959
#[derive(Subcommand)]
6060
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
6262
Login {
6363
/// The access token to save to the local abq config file.
6464
///

‎crates/abq_cli/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ async fn abq_main() -> anyhow::Result<ExitCode> {
259259
},
260260
None => {
261261
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");
263263
println!("\n");
264264
println!("Enter your RWX Personal Access Token:");
265265

0 commit comments

Comments
 (0)
Please sign in to comment.