diff --git a/lib/cli/src/commands/login.rs b/lib/cli/src/commands/login.rs index e1d141db4..dd4239328 100644 --- a/lib/cli/src/commands/login.rs +++ b/lib/cli/src/commands/login.rs @@ -33,7 +33,7 @@ impl Login { registry_tld.suffix.as_deref(), ) { (Some(d), Some(s)) => { - format!("Please paste the login token for https://{d}.{s}/me") + format!("Please paste the login token from://{d}.{s}/settings/access-tokens") } _ => "Please paste the login token".to_string(), };