Skip to content

Commit f42dd14

Browse files
committed
Add "http://" to demo link
This was previously treated as a relative link that 404'd Closes jquery-validation/jquery-validation#781
1 parent 9df8a54 commit f42dd14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You may need different ways to specify validation rules, based on the server-sid
1111
**"But aren't there already a ton of validation plugins out there?"**
1212
Right, there are a lot of non-jQuery-based solutions (which you'd avoid since you found jQuery) and some jQuery-based solutions. This particular one you are looking at is one of the oldest jQuery plugins (started in July 2006) and proved itself in projects all around the world. There is also an [article](http://bassistance.de/2007/07/04/about-client-side-form-validation-and-frameworks/) discussing how this plugin fits the bill of the should-be validation solution.
1313

14-
Not convinced? [Have a look at this example](jquery.bassistance.de/validate/demo/):
14+
Not convinced? [Have a look at this example](http://jquery.bassistance.de/validate/demo/):
1515

1616
<pre><code>
1717
<form class="cmxform" id="commentForm" method="get" action="">
@@ -202,4 +202,4 @@ Features remote validation for helping the user to fill out captchas, based on e
202202

203203
*Notable features of the demo:*
204204

205-
* Remote validation to check if the user entered the correct captcha, without forcing him to submit the form first
205+
* Remote validation to check if the user entered the correct captcha, without forcing him to submit the form first

0 commit comments

Comments
 (0)