Skip to content

Commit 209f888

Browse files
authored
Merge pull request #1200 from rvsia/fixLinksInRendererPage
Fix wrong links in the renderer page
2 parents c23059c + 694830a commit 209f888

File tree

1 file changed

+3
-3
lines changed
  • packages/react-renderer-demo/src/pages/components

1 file changed

+3
-3
lines changed

packages/react-renderer-demo/src/pages/components/renderer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Components which defines a template of the form. This component receives two pro
4747

4848
A submit callback which receives two arguments: `values` and `formApi`.
4949

50-
[Read more]([/mappers/custom-mapper](https://final-form.org/docs/react-final-form/types/FormProps#onsubmit)).
50+
[Read more](https://final-form.org/docs/react-final-form/types/FormProps#onsubmit).
5151

5252
---
5353

@@ -125,7 +125,7 @@ A cancel callback, which receives `values` as the first argument.
125125

126126
*(formState) => void*
127127

128-
A function which will be called with every form update, i.e. `({ values }) => setValues(values)`.
128+
A function which will be called with every form update, i.e. `({ values }) => setValues(values)`.
129129

130130
[Read more](https://final-form.org/docs/react-final-form/types/FormProps#debug)
131131

@@ -173,7 +173,7 @@ You can pass your own [subscription](https://final-form.org/docs/react-final-for
173173

174174
A function which receives all form values and returns an object with errors.
175175

176-
[Read more]([/components/form-template](https://final-form.org/docs/react-final-form/types/FormProps#validate)).
176+
[Read more](https://final-form.org/docs/react-final-form/types/FormProps#validate).
177177

178178
---
179179

0 commit comments

Comments
 (0)