Skip to content

Commit 5f7c122

Browse files
committed
fix self-host
1 parent 1e3f5d8 commit 5f7c122

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/landing/Hero.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ export default function Hero() {
6464
</a>
6565

6666
<a
67-
href="https://docs.windmill.dev/docs/how-tos/self_host"
68-
onClick={() => window.plausible('read-docs')}
67+
href="https://docs.windmill.dev/docs/advanced/self_host/"
68+
onClick={() => window.plausible('self-host')}
6969
className="text-base font-semibold leading-7 text-gray-900 text !no-underline"
7070
>
7171
Self-host yourself <span aria-hidden="true"></span>

0 commit comments

Comments
 (0)