diff --git a/src/content/docs/workers/examples/cache-api.mdx b/src/content/docs/workers/examples/cache-api.mdx index 7629a02e36483d..f3e8db5a44b4d8 100644 --- a/src/content/docs/workers/examples/cache-api.mdx +++ b/src/content/docs/workers/examples/cache-api.mdx @@ -1,6 +1,6 @@ --- type: example -summary: Use the Cache API to store responses in Cloudflare's cache. +summary: Use the [Cache API](/workers/runtime-apis/cache/) to store responses in Cloudflare's cache. tags: - Middleware - Caching