Skip to content

Commit dde60a0

Browse files
committed
announcement correction
1 parent 6302863 commit dde60a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/constants.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ pub fn kiro_upgrade_announcement() -> String {
225225
format!(
226226
"Kiro CLI is the next update of the Q CLI. Your existing Q Developer CLI workflows and subscription continue to work without any changes. You can update to Kiro CLI manually with {} today, or wait for the auto-update on 11/24 to apply the change. To learn more, go to {}.\n\nKiro CLI is licensed under, and by updating to it you agree to, the AWS Intellectual Property License ({}).",
227227
StyledText::command("q update"),
228-
StyledText::command("kiro.dev/cli/upgrade"),
228+
StyledText::command("kiro.dev/cli-upgrade"),
229229
StyledText::command("kiro.dev/license")
230230
)
231231
}

0 commit comments

Comments
 (0)