Skip to content

Commit d76dfde

Browse files
committed
update book demo
1 parent 2653607 commit d76dfde

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/misc/6_getting_help/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ From GitHub, feel free to open an **[Issue](https://github.com/windmill-labs/win
1010

1111
Also, you might want to reach out by **email** at contact@windmill.dev.
1212

13-
For more in-depth discussions, we are always available for a **[demo](https://www.windmill.dev/book-demo)** or **[meeting](https://cal.com/ruben-windmill/30min)**.
13+
For more in-depth discussions, we are always available for a **[demo](https://www.windmill.dev/book-demo)** or **[meeting](https://www.windmill.dev/ruben-30min)**.
1414

1515
<div class="grid grid-cols-2 gap-6 mb-4">
1616
<DocCard
1717
title="Discord"
1818
description="Visit our community forum."
1919
href="https://discord.com/invite/V7PM2YHsPB"
2020
/>
21-
<DocCard
21+
<DocCard
2222
title="Github Issues"
2323
description="Check our current opened issues."
2424
href="https://github.com/windmill-labs/windmill/issues"
2525
/>
26-
<DocCard
26+
<DocCard
2727
title="contact@windmill.dev"
2828
description="Send us a message."
2929
href="mailto:contact@windmill.dev"
3030
/>
31-
<DocCard
31+
<DocCard
3232
title="Demo"
3333
description="Book a demo with Windmill team."
3434
href="https://www.windmill.dev/book-demo"
3535
/>
36-
</div>
36+
</div>

src/landing/CallToAction.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function CallToAction() {
2222
Get started for free
2323
</a>
2424
<a
25-
href="https://cal.com/ruben-windmill/windmill-demo"
25+
href="https://www.windmill.dev/book-demo"
2626
data-analytics='"schedule-demo"'
2727
onClick={() => window.plausible('schedule-demo')}
2828
className="text-base font-semibold leading-7 text-white !no-underline dark:text-gray-900"

src/landing/LandingHeader.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ export default function LandingHeader() {
241241
</div>
242242
<div className="mt-6">
243243
<a
244-
href="https://cal.com/ruben-windmill/windmill-demo"
244+
href="https://www.windmill.dev/book-demo"
245245
data-analytics='"schedule-demo"'
246246
onClick={() => window.plausible('schedule-demo')}
247247
className="!no-underline flex w-full dark:text-white items-center justify-center rounded-md border border-transparent text-base font-medium text-blue-600 shadow-sm hover:bg-blue-200 dark:hover:bg-blue-500 mb-4"

0 commit comments

Comments
 (0)