From 6fc937fd84583c8d7d86e7ef7cd03fb28dbf2c31 Mon Sep 17 00:00:00 2001 From: Yuki Takemoto Date: Mon, 25 Jan 2021 19:11:54 +0900 Subject: [PATCH] docs: fix broken link (#29163) --- docs/docs/conditional-page-builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/conditional-page-builds.md b/docs/docs/conditional-page-builds.md index 5054a25ae03cc..64976c60d448a 100644 --- a/docs/docs/conditional-page-builds.md +++ b/docs/docs/conditional-page-builds.md @@ -2,7 +2,7 @@ title: Conditional Page Builds --- -If you have a large site, you may be able to improve build times for data updates by enabling an experimental feature called "conditional page builds". While this is not as fast as true [Incremental Builds](https://support.gatsbyjs.com/hc/en-us/articles/360056151214-Incremental-Builds) available in Gatsby Cloud, it can save time on the HTML-generation step by not re-rendering HTML for pages with unchanged data. This feature is experimental, but _may_ improve build times for sites with a large number of complex pages. Test it thoroughly with your site before deploying to production. +If you have a large site, you may be able to improve build times for data updates by enabling an experimental feature called "conditional page builds". While this is not as fast as true [Incremental Builds](https://support.gatsbyjs.com/hc/en-us/articles/360053099253-Distributed-Builds-and-Incremental-Builds) available in Gatsby Cloud, it can save time on the HTML-generation step by not re-rendering HTML for pages with unchanged data. This feature is experimental, but _may_ improve build times for sites with a large number of complex pages. Test it thoroughly with your site before deploying to production. For more info on the standard build process, please see the [overview of the Gatsby build process](/docs/conceptual/overview-of-the-gatsby-build-process/).