Skip to content

Commit 0dadf3e

Browse files
committedFeb 5, 2024
docs(website): fix migration guide link
1 parent f70a0d7 commit 0dadf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎website/docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npm i next-safe-action@v4 zod
3838
## Usage
3939

4040
:::note
41-
If you're still using Next.js 13 with next-safe-action v4, you need to enable `serverActions` flag under the `experimental` object in next.config.js file. Find out more [here](/docs/migration/v4-to-v5).
41+
If you're still using Next.js 13 with next-safe-action v4, you need to enable `serverActions` flag under the `experimental` object in next.config.js file. Find out more [here](/docs/migrations/v4-to-v5).
4242
:::
4343

4444
### 1. Instantiate a new client

0 commit comments

Comments
 (0)
Please sign in to comment.