Skip to content

Commit 7f7f995

Browse files
authored
announcement correction (#3454)
1 parent 6302863 commit 7f7f995

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/chat-cli/src/cli/feed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"changes": [
1919
{
2020
"type": "added",
21-
"description": "Update announcement - [#3433](https://github.com/aws/amazon-q-developer-cli/pull/3433)"
21+
"description": "Kiro CLI announcement. Learn more at kiro.dev/cli-upgrade - [#3433](https://github.com/aws/amazon-q-developer-cli/pull/3433)"
2222
}
2323
]
2424
},

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)