From 3a8fc479e59d23cfa8698f551c688dd0d94ce58a Mon Sep 17 00:00:00 2001 From: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com> Date: Tue, 29 Oct 2024 04:48:40 -0700 Subject: [PATCH] Docs: Fix broken link (#72021) --- docs/02-app/02-api-reference/08-legacy-apis/unstable_cache.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 836d83647e5938..eb1ca1ce29a4f0 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.