Skip to content

Commit

Permalink
Merge pull request #695 from sokhuong-uon/canary
Browse files Browse the repository at this point in the history
fix(signin-page): fix a broken link to password reset docs
  • Loading branch information
Siumauricio authored Nov 13, 2024
2 parents b08a2f5 + cf73f1f commit d081d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dokploy/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default function Home({ IS_CLOUD }: Props) {
) : (
<Link
className="hover:underline text-muted-foreground"
href="https://docs.dokploy.com/docs/core/get-started/reset-password"
href="https://docs.dokploy.com/docs/core/reset-password"
target="_blank"
>
Lost your password?
Expand Down

0 comments on commit d081d47

Please sign in to comment.