Skip to content

Commit caed43d

Browse files
authored
[docs] Fix link to Form actions advanced API section in Migration guide (#246)
1 parent 270fde9 commit caed43d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/three-cooks-invent.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"docs2": patch
3+
---
4+
5+
Fix link to `Form actions advanced API` section in Migration guide

apps/docs2/src/content/docs/misc/migration-from-v2.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ export { createFormIdBuilder as idBuilder } from '@sjsf/sveltekit'
338338

339339
The `makeFormDataParser` and `validateForm` functions
340340
have been replaced with `createFormHandler`.
341-
See the [integration](../../integrations/sveltekit/#server) page for more information.
341+
See the [Form actions](../../integrations/sveltekit/form-actions/#advanced-api) page for more information.
342342

343343
The `initForm` function has been removed — specify initial values directly instead.
344344

0 commit comments

Comments
 (0)