File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
packages/dashboard-app/src Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 150150 }
151151
152152 .gradient-q-secondary-dark {
153- background :
154- radial-gradient (
153+ background : radial-gradient (
155154 122.5% 122.5% at 0% 0% ,
156155 # 000000 0% ,
157156 rgba (0 , 0 , 0 , 0 ) 100%
Original file line number Diff line number Diff 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" ;
2121export 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" ;
23+ export const KIRO_CLI_URL = " kiro.dev/cli/upgrade " ;
2424
2525export const AMZN_START_URL = "https://amzn.awsapps.com/start" ;
2626
Original file line number Diff line number Diff line change @@ -24,10 +24,11 @@ export default function Page() {
2424 Amazon Q Developer CLI users can now upgrade to the Kiro CLI
2525 </ h1 >
2626 < p className = "text-sm leading-tight" >
27- The Kiro CLI leverages the agentic features of Q CLI and can be
28- used with your existing Q Developer subscription. If you have auto
29- updates enabled for the Q CLI, unless you disable that setting, Q
30- CLI will auto update to Kiro CLI on 11/24{ " " }
27+ Your existing Q Developer CLI workflows and subscription continue
28+ to work without any changes. You can update to Kiro CLI manually
29+ with{ " " }
30+ < code style = { { color : "var(--q-banner-link)" } } > q update</ code > { " " }
31+ today, or wait for the auto-update on 11/24 to apply the change.{ " " }
3132 < Link
3233 href = { KIRO_CLI_URL }
3334 className = "font-medium no-underline"
You can’t perform that action at this time.
0 commit comments