Merge pull request #202 from zpalexander/examples-readme-broken-links

Fix 'localhost' links in 'Examples' readme
This commit is contained in:
Dmitry Semigradsky 2015-09-10 13:27:47 +03:00
commit d25a0ace2c
2 changed files with 5 additions and 3 deletions

View File

@ -6,6 +6,8 @@ A form input builder and validator for React JS
| [How to use](#how-to-use) | [API](/API.md) | [Examples](/examples) |
|---|---|---|
### Currently, the development is in 'react-0.14' branch. For more information see [#158](https://github.com/christianalfoni/formsy-react/issues/158)
### From version 0.12.0 Formsy only supports React 0.13.1 and up
## <a name="background">Background</a>

View File

@ -23,10 +23,10 @@ If it is not helped try update your node.js and npm.
## Examples
1. [**Login**](http://localhost:8080/login)
1. [**Login**](login)
Two required fields with simple validation.
2. [**Custom Validation**](http://localhost:8080/custom-validation)
2. [**Custom Validation**](custom-validation)
One field with added validation rule (`Formsy.addValidationRule`) and one field with dynamically added validation and error messages.
One field with added validation rule (`Formsy.addValidationRule`) and one field with dynamically added validation and error messages.