Skip to content

Commit cf00859

Browse files
committed
Fixed samples links
1 parent cdd37bb commit cf00859

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ You can see the full documentation in the [github.io page](http://lemoncode.gith
255255

256256
### React examples
257257

258-
#### Simple form ([ES6](), [TypeScript](./samples/react/00%20SimpleForm))
258+
#### Simple form ([ES6](./samples/react/es6/00%20SimpleForm)), [TypeScript](./samples/react/typescript/00%20SimpleForm))
259259

260260
A simple form with fullname and password fields. Applied validations:
261261

@@ -269,13 +269,13 @@ A sign up form with username, password and confirm password fields with the next
269269
- password is mandatory and has to be minimum 4 characters length (minLength validator).
270270
- confirm password is mandatory and has to be the same value as password field (custom validator).
271271

272-
#### Quiz form ([ES6](), [TypeScript](./samples/react/02%20QuizForm))
272+
#### Quiz form ([ES6](./samples/react/es6/02%20QuizForm)), [TypeScript](./samples/react/typescript/02%20QuizForm))
273273

274274
A simple quiz with three options where there has to be at least one checked option to pass the validation (custom global validation).
275275

276276
### jQuery examples
277277

278-
#### Shopping form ([ES6](./samples/jquery/Shopping%20form))
278+
#### Shopping form ([ES6](./samples/jquery/00%20Shoppingform))
279279

280280
A little shopping form where the user has to select a product with a version and optionally apply a discount code and enter its NIF. Validations applied:
281281

0 commit comments

Comments
 (0)