Skip to content

Commit 89bbfcc

Browse files
committed
docs: fix link to README.md of yup
1 parent f9c61e3 commit 89bbfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/types/YupValidationError.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This is what `Field.$error` or `FormsField.$error` returns if there is an error.
33

44
## Details of `yup.ValidationError` object
5-
The [README.md of yup](https://github.com/jquense/yup/blob/pre-v1/README.md) explains the same things.
5+
The [README.md of yup](https://github.com/jquense/yup/blob/master/README.md) explains the same things.
66

77
### `message` property
88
- Error message (`string`).

0 commit comments

Comments
 (0)