Skip to content

Commit 3422814

Browse files
chore: fix announcement link (#959)
1 parent 3a091a8 commit 3422814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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"
2222
}
2323
]
2424
},

packages/dashboard-app/src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const TELEMETRY_WIKI_URL =
2020
"https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/opt-out-IDE.html";
2121
export const Q_MIGRATION_URL =
2222
"https://docs.aws.amazon.com/codewhisperer/latest/userguide/whisper-legacy.html";
23-
export const KIRO_CLI_URL = "https://kiro.dev/cli/upgrade";
23+
export const KIRO_CLI_URL = "https://kiro.dev/cli-upgrade";
2424

2525
export const AMZN_START_URL = "https://amzn.awsapps.com/start";
2626

0 commit comments

Comments
 (0)