From 1584c41790fbd9bac33cc04d1c10f23393d71f64 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 8 Nov 2024 10:14:26 -0600 Subject: [PATCH] fix(docs): auth page email broken link (#9089) --- docs/authentication/email.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/authentication/email.mdx b/docs/authentication/email.mdx index 7971f9cbb..5da3c20fe 100644 --- a/docs/authentication/email.mdx +++ b/docs/authentication/email.mdx @@ -6,7 +6,7 @@ desc: Email Verification allows users to verify their email address before they' keywords: authentication, email, config, configuration, documentation, Content Management System, cms, headless, javascript, node, react, nextjs --- -[Authentication](./overview) ties directly into the [Email](../email) functionality that Payload provides. This allows you to send emails to users for verification, password resets, and more. While Payload provides default email templates for these actions, you can customize them to fit your brand. +[Authentication](./overview) ties directly into the [Email](../email/overview) functionality that Payload provides. This allows you to send emails to users for verification, password resets, and more. While Payload provides default email templates for these actions, you can customize them to fit your brand. ## Email Verification