Skip to content

Commit ac74c38

Browse files
authored
Fix doc link to external submit question (#748)
Link was not working on the docs site (https://final-form.org/docs/react-final-form/examples#external-submit).
1 parent 4bfed89 commit ac74c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ use case, if migrating from `FormSection` should be handled.
115115

116116
Demonstrates how you can use `document.getElementById()` or a closure to trigger
117117
a submit from outside of the form. For more information, see
118-
[How can I trigger a submit from outside the form?](docs/faq.md#how-can-i-trigger-a-submit-from-outside-my-form)
118+
[How can I trigger a submit from outside the form?](https://final-form.org/docs/react-final-form/faq#how-can-i-trigger-a-submit-from-outside-my-form)
119119

120120
### [Wizard Form](examples/wizard)
121121

0 commit comments

Comments
 (0)