Merge pull request #695 from sokhuong-uon/canary

fix(signin-page): fix a broken link to password reset docs
This commit is contained in:
Mauricio Siu
2024-11-12 21:34:06 -06:00
committed by GitHub

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?