Skip to content

Commit

Permalink
Merge pull request #4069 from DmitryScaletta/patch-1
Browse files Browse the repository at this point in the history
Fix markdown links on Next.js page
  • Loading branch information
EskiMojo14 committed Jan 12, 2024
2 parents 93126c9 + 2baf562 commit 904ef2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/nextjs.mdx
Expand Up @@ -386,7 +386,7 @@ The App Router has four seperate caches including `fetch` request and route cach
export const dynamic = 'force-dynamic'
```

After a mutation you should also invalidate the cache by calling (`revalidatePath`)[https://nextjs.org/docs/app/api-reference/functions/revalidatePath] or (`revalidateTag`)[https://nextjs.org/docs/app/api-reference/functions/revalidateTag] as appropriate.
After a mutation you should also invalidate the cache by calling [`revalidatePath`](https://nextjs.org/docs/app/api-reference/functions/revalidatePath) or [`revalidateTag`](https://nextjs.org/docs/app/api-reference/functions/revalidateTag) as appropriate.

### RTK Query

Expand Down

0 comments on commit 904ef2b

Please sign in to comment.