We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3f5d8 commit 5f7c122Copy full SHA for 5f7c122
src/landing/Hero.jsx
@@ -64,8 +64,8 @@ export default function Hero() {
64
</a>
65
66
<a
67
- href="https://docs.windmill.dev/docs/how-tos/self_host"
68
- onClick={() => window.plausible('read-docs')}
+ href="https://docs.windmill.dev/docs/advanced/self_host/"
+ onClick={() => window.plausible('self-host')}
69
className="text-base font-semibold leading-7 text-gray-900 text !no-underline"
70
>
71
Self-host yourself <span aria-hidden="true">→</span>
0 commit comments