diff --git a/docs/02-app/01-building-your-application/07-configuring/11-draft-mode.mdx b/docs/02-app/01-building-your-application/07-configuring/11-draft-mode.mdx index 44daa91281700..3ea7c12380155 100644 --- a/docs/02-app/01-building-your-application/07-configuring/11-draft-mode.mdx +++ b/docs/02-app/01-building-your-application/07-configuring/11-draft-mode.mdx @@ -5,7 +5,7 @@ related: title: Next Steps description: See the API reference for more information on how to use Draft Mode. links: - - app/building-your-application/configuring/draft-mode + - app/api-reference/functions/draft-mode --- **Draft Mode** allows you to preview draft content from your headless CMS in your Next.js application. This is useful for static pages that are generated at build time as it allows you to switch to [dynamic rendering](/docs/app/building-your-application/rendering/server-components#dynamic-rendering) and see the draft changes without having to rebuild your entire site.