Skip to content

Commit

Permalink
Docs: Fix broken link (vercel#72021)
Browse files Browse the repository at this point in the history
  • Loading branch information
delbaoliveira authored and stipsan committed Nov 6, 2024
1 parent 2976206 commit 2052e07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2052e07

Please sign in to comment.