Skip to content

Commit

Permalink
docs: fix link in data fetching (#69382)
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed Aug 28, 2024
1 parent 7da39c7 commit f149d08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export default async function Page() {
}
```

The database call is _not_ cached. This example would opt your Next.js application into [server-side rendering](/docs/app/building-your-application/rendering/server-components#dynamic-rendering). If you want to cache the response and allow the page to be prerendered, see this example.
The database call is _not_ cached. This example would opt your Next.js application into [server-side rendering](/docs/app/building-your-application/rendering/server-components#dynamic-rendering). If you want to cache the response and allow the page to be prerendered, [see this example](#caching-data-with-an-orm-or-database).

### Fetching data on the client

Expand Down

0 comments on commit f149d08

Please sign in to comment.