Skip to content

Commit 7f4eacd

Browse files
Apply suggestions from code review
Co-authored-by: Tanushree <[email protected]>
1 parent dc34a84 commit 7f4eacd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/workers/static-assets/compatibility-matrix.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate
2828
| [Rollbacks](/workers/configuration/versions-and-deployments/rollbacks/) |||
2929
| [Gradual Deployments](/workers/configuration/versions-and-deployments/) |||
3030
| [Preview URLs](/workers/configuration/previews) |||
31-
| [Testing](/workers/testing) |||
31+
| [Testing tools](/workers/testing) |||
3232
| [Local Development](/workers/testing/local-development/) |||
3333
| [Remote Development (`--remote`)](/workers/wrangler/commands/) | ✅ <sup>1</sup> ||
3434
| [Quick Editor in Dashboard](https://blog.cloudflare.com/improved-quick-edit) |||
3535
| **Static Assets** | | |
3636
| [Early Hints](/pages/configuration/early-hints/) |||
37-
| [Customize HTTP headers of static assets](/pages/configuration/headers/) | 🟡 <sup>2</sup> ||
37+
| [Custom HTTP headers for static assets](/pages/configuration/headers/) | 🟡 <sup>2</sup> ||
3838
| [Middleware](/pages/functions/middleware/) | 🟡 <sup>3</sup> ||
3939
| [Redirects](/pages/configuration/redirects/) | 🟡 <sup>4</sup> ||
4040
| [Smart Placement](/workers/configuration/smart-placement/) | ⏳ <sup>5</sup> ||
@@ -76,7 +76,7 @@ We plan to bridge the gaps between Workers and Pages and provide ways to migrate
7676
| [Pages Plugins](/pages/functions/plugins/) | ❌ <sup>9</sup> ||
7777

7878

79-
<sup>1</sup> For more details on which bindings are supported in remote development, [refer to the docs]((/workers/testing/local-development/#supported-resource-bindings-in-different-environments)
79+
<sup>1</sup> For more details on which bindings are supported in remote development, [refer to the docs](/workers/testing/local-development/#supported-resource-bindings-in-different-environments)
8080

8181
<sup>2</sup> Similar to <sup>1</sup>, to customize the HTTP headers that
8282
are returned by static assets, you can use [Service

0 commit comments

Comments
 (0)