Skip to content

Commit

Permalink
update book demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Sep 1, 2023
1 parent 2653607 commit d76dfde
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions docs/misc/6_getting_help/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ From GitHub, feel free to open an **[Issue](https://github.com/windmill-labs/win

Also, you might want to reach out by **email** at [email protected].

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)**.
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)**.

<div class="grid grid-cols-2 gap-6 mb-4">
<DocCard
title="Discord"
description="Visit our community forum."
href="https://discord.com/invite/V7PM2YHsPB"
/>
<DocCard
<DocCard
title="Github Issues"
description="Check our current opened issues."
href="https://github.com/windmill-labs/windmill/issues"
/>
<DocCard
<DocCard
title="[email protected]"
description="Send us a message."
href="mailto:[email protected]"
/>
<DocCard
<DocCard
title="Demo"
description="Book a demo with Windmill team."
href="https://www.windmill.dev/book-demo"
/>
</div>
</div>
2 changes: 1 addition & 1 deletion src/landing/CallToAction.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function CallToAction() {
Get started for free
</a>
<a
href="https://cal.com/ruben-windmill/windmill-demo"
href="https://www.windmill.dev/book-demo"
data-analytics='"schedule-demo"'
onClick={() => window.plausible('schedule-demo')}
className="text-base font-semibold leading-7 text-white !no-underline dark:text-gray-900"
Expand Down
2 changes: 1 addition & 1 deletion src/landing/LandingHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ export default function LandingHeader() {
</div>
<div className="mt-6">
<a
href="https://cal.com/ruben-windmill/windmill-demo"
href="https://www.windmill.dev/book-demo"
data-analytics='"schedule-demo"'
onClick={() => window.plausible('schedule-demo')}
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"
Expand Down

0 comments on commit d76dfde

Please sign in to comment.