Skip to content

Commit 2baf562

Browse files
Fix markdown links on Next.js page
1 parent 93126c9 commit 2baf562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/nextjs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ The App Router has four seperate caches including `fetch` request and route cach
386386
export const dynamic = 'force-dynamic'
387387
```
388388

389-
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.
389+
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.
390390

391391
### RTK Query
392392

0 commit comments

Comments
 (0)