From 097bedb7655c05775c8b178e6e74ee1548a2e243 Mon Sep 17 00:00:00 2001 From: "Angel P." Date: Mon, 16 Sep 2024 15:23:46 -0400 Subject: [PATCH] docs: update configuring `Draft Mode` to link to the API reference (#70128) ### **Why?** Related desciption says "see the API reference" but does not actually link to the API reference and instead links to the exact same page. Co-authored-by: JJ Kasper --- .../07-configuring/11-draft-mode.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.