Browse Source

Fix demo links

nghuuphuoc 12 years ago
parent
commit
ee10c2fcb6
2 changed files with 6 additions and 6 deletions
  1. 3 3
      CHANGELOG.md
  2. 3 3
      README.md

+ 3 - 3
CHANGELOG.md

@@ -1,15 +1,15 @@
 # Change Log
 
-___v0.2.0___
+__v0.2.0__
 * Add custom submit handler (using ```submitHandler``` option)
 
-___v0.1.1 (2013-10-17)___
+__v0.1.1 (2013-10-17)__
 * Add ```submitButtons``` option
 * #16: Disable client side validation in HTML 5
 * #17: Support default Bootstrap form without labels
 * #19: Support select box validator
 
-___v0.1.0 (2013-10-14)___
+__v0.1.0 (2013-10-14)__
 * First release
 * Provide various validators
     - between

+ 3 - 3
README.md

@@ -16,9 +16,9 @@ A jQuery plugin to validate form fields. Use with Bootstrap 3
 
 You can see the live demo here:
 
-* [Sample demo](https://rawgithub.com/nghuuphuoc/bootstrapvalidate/master/demo/index.html)
-* [Validator examples](https://rawgithub.com/nghuuphuoc/bootstrapvalidate/master/demo/validators.html)
-* [Custom submit handler](https://rawgithub.com/nghuuphuoc/bootstrapvalidate/master/demo/submitHandler.html)
+* [Sample demo](https://rawgithub.com/nghuuphuoc/bootstrapvalidator/master/demo/index.html)
+* [Validator examples](https://rawgithub.com/nghuuphuoc/bootstrapvalidator/master/demo/validators.html)
+* [Custom submit handler](https://rawgithub.com/nghuuphuoc/bootstrapvalidator/master/demo/submitHandler.html)
 
 ## Usage