Skip to content

Commit

Permalink
docs(website): fix migration guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEdoRan committed Feb 5, 2024
1 parent f70a0d7 commit 0dadf3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ npm i next-safe-action@v4 zod
## Usage

:::note
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).
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).
:::

### 1. Instantiate a new client
Expand Down

0 comments on commit 0dadf3e

Please sign in to comment.