Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 6dc7348

Browse files
authored
Merge pull request #973 from ralphstodomingo/patch-1
Update in FAQ: invalid link for validation
2 parents 6e7e84c + df590f5 commit 6dc7348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const BirthDate = ({forModel}) => (
7373
export default BirthDate;
7474
```
7575

76-
Also, see [./validation.md](the validation guide) for more information.
76+
Also, see [the validation guide](./validation.md) for more information.
7777

7878
### How do I get the component instance? `ref={...}` doesn't work.
7979

0 commit comments

Comments
 (0)