Skip to content

Commit 182d736

Browse files
committed
Fixed examples links
1 parent cf00859 commit 182d736

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ A simple form with fullname and password fields. Applied validations:
261261

262262
- Both fullname and password fields are mandatory (required validator + custom validator).
263263

264-
#### Signup form ([ES6](), [TypeScript](./samples/react/01%20SignupForm))
264+
#### Signup form ([ES6](./samples/react/es6/01%20SignupForm)), [TypeScript](./samples/react/typescript/01%20SignupForm))
265265

266266
A sign up form with username, password and confirm password fields with the next validation constraints:
267267

0 commit comments

Comments
 (0)