Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/iota/src/iota_commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ pub enum IotaCommand {
#[cfg(feature = "iota-names")]
/// Manage names registered in IOTA-Names.
/// By using this service, you agree to the Terms & Conditions:
/// testnet.iotanames.com/?modal=terms_conditions."
/// testnet.iotanames.com/terms-of-service."
Name {
/// The file storing the state of the user accounts
#[arg(long = "client.config")]
Expand Down Expand Up @@ -610,7 +610,7 @@ impl IotaCommand {
IotaCommand::Name { config, json, cmd } => {
eprintln!(
"{}",
"By using this service, you agree to the Terms & Conditions: testnet.iotanames.com/?modal=terms_conditions."
"By using this service, you agree to the Terms & Conditions: testnet.iotanames.com/terms-of-service"
.bold()
.yellow()
);
Expand Down