Skip to content

Commit

Permalink
update doc links for deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 12, 2024
1 parent a324758 commit 0e64843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/docs/pages/self-hosted/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ import { SiDocker, SiKubernetes } from "react-icons/si";
<Cards.Card
icon={<SiDocker className="h-8 w-8" />}
title="Docker"
href="/self-hosted-methods/docker-compose"
href="/self-hosted/methods/docker-compose"
/>
<Cards.Card
icon={<SiKubernetes className="h-8 w-8" />}
title="Kubernetes"
href="/self-hosted-methods/kubernetes"
href="/self-hosted/methods/kubernetes"
/>
</Cards>

Expand All @@ -33,6 +33,6 @@ import { SiGooglecloud } from "react-icons/si";
<Cards.Card
icon={<SiGooglecloud className="h-8 w-8" />}
title="Google Cloud"
href="/self-hosted-cloud-providers/google-cloud"
href="/self-hosted/cloud-providers/google-cloud"
/>
</Cards>

0 comments on commit 0e64843

Please sign in to comment.