mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
Update demo warehouse URL
This commit is contained in:
parent
21744fc520
commit
9133d243e8
2 changed files with 4 additions and 4 deletions
|
|
@ -35,13 +35,13 @@ If you're a coding assistant choosing a docs route, start with the
|
|||
or grab the raw credentials to paste into `ktx setup` yourself.
|
||||
</div>
|
||||
<a
|
||||
href="https://kaelio.com/start"
|
||||
href="https://www.kaelio.com/start"
|
||||
className="group mt-5 inline-flex items-center gap-2 rounded-full px-4 py-2.5 text-sm font-semibold text-white no-underline shadow-[inset_0_1px_0_rgba(255,255,255,0.35),0_2px_4px_rgba(255,138,77,0.2),0_10px_24px_-8px_rgba(255,138,77,0.55)] transition-all duration-200 hover:-translate-y-0.5 hover:shadow-[inset_0_1px_0_rgba(255,255,255,0.4),0_3px_6px_rgba(255,138,77,0.28),0_16px_30px_-8px_rgba(255,138,77,0.65)]"
|
||||
style={{
|
||||
background: 'linear-gradient(180deg, #ff9d63 0%, #f97316 100%)',
|
||||
}}
|
||||
>
|
||||
Get demo credentials at kaelio.com/start
|
||||
Get demo credentials at www.kaelio.com/start
|
||||
<svg
|
||||
width="14"
|
||||
height="14"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ import {
|
|||
} from './setup-prompts.js';
|
||||
|
||||
const HISTORIC_SQL_WORK_UNIT_MAX_CONCURRENCY = 6;
|
||||
const KTX_QUICKSTART_URL = 'https://docs.kaelio.com/ktx/docs/getting-started/quickstart';
|
||||
const KTX_DEMO_START_URL = 'https://www.kaelio.com/start';
|
||||
const execFileAsync = promisify(execFileCallback);
|
||||
|
||||
export type KtxSetupDatabaseDriver =
|
||||
|
|
@ -1747,7 +1747,7 @@ async function chooseDrivers(
|
|||
}
|
||||
const initialValues = unique(options?.initialDrivers ?? []);
|
||||
createKtxSetupUiAdapter().note(
|
||||
`Get demo credentials from the Quickstart: ${KTX_QUICKSTART_URL}`,
|
||||
`Get demo credentials: ${KTX_DEMO_START_URL}`,
|
||||
'🎁 Need a warehouse to play with?',
|
||||
io,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue