diff --git a/docs/02-app/02-api-reference/08-legacy-apis/unstable_cache.mdx b/docs/02-app/02-api-reference/08-legacy-apis/unstable_cache.mdx index 836d83647e593..eb1ca1ce29a4f 100644 --- a/docs/02-app/02-api-reference/08-legacy-apis/unstable_cache.mdx +++ b/docs/02-app/02-api-reference/08-legacy-apis/unstable_cache.mdx @@ -4,7 +4,7 @@ description: API Reference for the unstable_cache function. version: legacy --- -In version 15, we recommend using the [`use cache`](app/api-reference/directives/use-cache) directive instead. +In version 15, we recommend using the [`use cache`](/docs/app/api-reference/directives/use-cache) directive instead. `unstable_cache` allows you to cache the results of expensive operations, like database queries, and reuse them across multiple requests.