docs: fix navigation link

This commit is contained in:
Seno
2024-12-16 12:36:43 +13:00
committed by GitHub
parent 812eb964d8
commit 7285f8a0cf

View File

@@ -32,17 +32,17 @@ Please go to get started.
<Cards>
<Card
href="/docs/core/get-started/installation"
href="/docs/core/installation"
title="Installation"
description="Learn how to install Dokploy."
/>
<Card
href="/docs/core/application/overview"
href="/docs/core/applications"
title="Applications"
description="Learn how to deploy applications."
/>
<Card
href="/docs/core/databases/overview"
href="/docs/core/databases"
title="Databases"
description="Learn how to deploy databases."
/>
@@ -51,4 +51,4 @@ Please go to get started.
title="Traefik"
description="Learn how to deploy Traefik."
/>
</Cards>
</Cards>