Skip to content

Commit 05f2193

Browse files
committed
update copy
1 parent c4b9060 commit 05f2193

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/dashboard-app/src/index.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,7 @@
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%

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";
23+
export const KIRO_CLI_URL = " kiro.dev/cli/upgrade";
2424

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

packages/dashboard-app/src/pages/onboarding.tsx

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)