fix(signin): fix broken link to password reset docs

This commit is contained in:
Sokhuong Uon
2024-11-13 09:47:22 +07:00
parent e0fe4e4995
commit cf73f1f764

View File

@@ -199,7 +199,7 @@ export default function Home({ IS_CLOUD }: Props) {
) : ( ) : (
<Link <Link
className="hover:underline text-muted-foreground" 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" target="_blank"
> >
Lost your password? Lost your password?