Skip to content

Commit 8adbdb6

Browse files
committed
Fixed broken links to Parsley docs in README
1 parent d339328 commit 8adbdb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Parsley.js for Rails Asset Pipeline
22

3-
[Parsley.js](https://github.com/guillaumepotier/Parsley.js) is an awesome form validation library ([documentation](http://parsleyjs.org/documentation.html)).
3+
[Parsley.js](https://github.com/guillaumepotier/Parsley.js) is an awesome form validation library ([documentation](http://parsleyjs.org/doc/index.html)).
44
This gem makes it easy to use it with Rails Asset Pipeline.
55

66
## Installation
@@ -28,7 +28,7 @@ Finally, if you want to use a different i18n:
2828

2929
//= require parsley.i18n.fr
3030

31-
See the complete [Parsley.js documentation](http://parsleyjs.org/documentation.html).
31+
See the complete [Parsley.js documentation](http://parsleyjs.org/doc/index.html).
3232

3333
## Versions
3434

0 commit comments

Comments
 (0)