Skip to content

Commit d6b1b82

Browse files
authored
chore(docs): Fix slices optimization links (#36768)
1 parent a468705 commit d6b1b82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/how-to/cloud/slices-optimization.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: "Enable Slices API Optimizations"
33
description: "Learn how to optimize your Slices on Gatsby Cloud"
44
---
55

6-
[Incremental Builds](/blog/2020-04-22-announcing-incremental-builds/) helps build your site faster. The [Slice API](/docs/reference/built-in-components/gatsby-slice) pushes your build speeds even further for common UI components. Learn how to use the Slice API in our [How-to doc](docs/docs/how-to/performance/using-slices).
6+
[Incremental Builds](/blog/2020-04-22-announcing-incremental-builds/) helps build your site faster. The [Slice API](/docs/reference/built-in-components/gatsby-slice) pushes your build speeds even further for common UI components. Learn how to use the Slice API in our [How-to doc](/docs/how-to/performance/using-slices).
77

88
## Cloud Optimizations
99

10-
By using Slices, Gatsby Cloud can optimize your builds even further by enabling the checkbox in your Build Features settings.
10+
When using Slices, Gatsby Cloud can optimize your builds even further. You can take advantage of these optimzations by enabling the checkbox in your Build Features settings.
1111

1212
![Slices API toggle in Gatsby Cloud](../../images/slices-api-optimization.png)
1313

1414
By knowing which pieces of your site to build and host, Gatsby Cloud can increase build times on Slice changes by up to 90%.
1515

16-
These optimizations for Slices requires [Unified Hosting](/docs/docs/how-to/cloud/unified-hosting).
16+
These optimizations for Slices requires [Unified Hosting](/docs/how-to/cloud/unified-hosting).

0 commit comments

Comments
 (0)