Skip to content

Commit 66f321f

Browse files
authored
Home: https all the things
1 parent 8fbebbd commit 66f321f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pages/index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<p>For a quick overview of what this plugin provides, check out this <a href="https://www.webucator.com/">Webucator</a> video (they also provide <a href="https://www.webucator.com/webdesign/jquery.cfm">jQuery trainings</a>):</p>
88
<iframe width="560" height="315" src="//www.youtube.com/embed/yaxUV3Ib4vM" frameborder="0" allowfullscreen></iframe>
99

10-
<p>If you use this plugin, you should support the ongoing development by <a href="http://pledgie.com/campaigns/18159">donating to the pledgie.org campagin</a>.</p>
10+
<p>If you use this plugin, you should support the ongoing development by <a href="https://pledgie.com/campaigns/18159">donating to the pledgie.org campagin</a>.</p>
1111

12-
<a href="http://www.pledgie.com/campaigns/18159"><img alt="Click here to lend your support to: jQuery Validation Plugin and make a donation" src="http://www.pledgie.com/campaigns/18159.png?skin_name=chrome" border="0" /></a>
12+
<a href="https://www.pledgie.com/campaigns/18159"><img alt="Click here to lend your support to: jQuery Validation Plugin and make a donation" src="https://www.pledgie.com/campaigns/18159.png?skin_name=chrome" border="0" /></a>
1313

14-
<p>The plugin is written and maintained by Jörn Zaefferer, a member of the <a href="http://jquery.org/team">jQuery team</a>, lead developer on the jQuery UI team and maintainer of QUnit. It was started back in the early days of jQuery in 2006, and updated and improved since then.</p>
14+
<p>The plugin is written and maintained by Jörn Zaefferer, a member of the <a href="https://jquery.org/team">jQuery team</a>, lead developer on the jQuery UI team and maintainer of QUnit. It was started back in the early days of jQuery in 2006, and updated and improved since then.</p>
1515

1616
<div><strong>Current version:</strong> 1.16.0</div>
1717
<div><strong>License:</strong> MIT</div>
@@ -31,12 +31,12 @@ <h3>Installation via Package Managers</h3>
3131
</ul>
3232

3333
<h3>
34-
<a href="http://www.jsdelivr.com/#!jquery.validation">Latest files on jsDelivr CDN</a> (hotlinking welcome):</h3>
34+
<a href="https://www.jsdelivr.com/#!jquery.validation">Latest files on jsDelivr CDN</a> (hotlinking welcome):</h3>
3535
<ul>
36-
<li><a href="http://cdn.jsdelivr.net/jquery.validation/1.16.0/jquery.validate.js">http://cdn.jsdelivr.net/jquery.validation/1.16.0/jquery.validate.js</a></li>
37-
<li><a href="http://cdn.jsdelivr.net/jquery.validation/1.16.0/jquery.validate.min.js">http://cdn.jsdelivr.net/jquery.validation/1.16.0/jquery.validate.min.js</a></li>
38-
<li><a href="http://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.js">http://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.js</a></li>
39-
<li><a href="http://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.min.js">http://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.min.js</a></li>
36+
<li><a href="https://cdn.jsdelivr.net/jquery.validation/1.16.0/jquery.validate.js">https://cdn.jsdelivr.net/jquery.validation/1.16.0/jquery.validate.js</a></li>
37+
<li><a href="https://cdn.jsdelivr.net/jquery.validation/1.16.0/jquery.validate.min.js">https://cdn.jsdelivr.net/jquery.validation/1.16.0/jquery.validate.min.js</a></li>
38+
<li><a href="https://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.js">https://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.js</a></li>
39+
<li><a href="https://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.min.js">https://cdn.jsdelivr.net/jquery.validation/1.16.0/additional-methods.min.js</a></li>
4040
</ul>
4141

4242
<h3>
@@ -52,14 +52,14 @@ <h3>
5252
<h3>Dependencies</h3>
5353
<h4>Required</h4>
5454
<ul>
55-
<li><a href="http://jquery.com">jQuery, tested with 1.7.2, 1.8.3, 1.9.1, 1.11.1, 3.1.1</a></li>
55+
<li><a href="https://jquery.com">jQuery, tested with 1.7.2, 1.8.3, 1.9.1, 1.11.1, 3.1.1</a></li>
5656
</ul>
5757

5858
<h3>Support</h3>
5959
<ul>
60-
<li>Please post questions to the <a href="http://forum.jquery.com/using-jquery-plugins">official using jQuery Plugins Forum</a>, tagging your question with (at least) "validate". Keep your question short and succinct and provide code when possible; a testpage makes it much more likely that you get an useful answer in a shorter time.</li>
60+
<li>Please post questions to the <a href="https://forum.jquery.com/using-jquery-plugins">official using jQuery Plugins Forum</a>, tagging your question with (at least) "validate". Keep your question short and succinct and provide code when possible; a testpage makes it much more likely that you get an useful answer in a shorter time.</li>
6161
<li>Please post bug reports and other contributions (enhancements, features, eg. new validation methods) to the <a href="https://github.com/jzaefferer/jquery-validation/issues">GitHub issue tracker</a></li>
6262
</ul>
6363

6464
<h3>Donate</h3>
65-
<a href="http://www.pledgie.com/campaigns/18159"><img style="border: none;" alt="Click here to lend your support to: jQuery Validation Plugin and make a donation at www.pledgie.com !" src="http://www.pledgie.com/campaigns/18159.png?skin_name=chrome" border="0" /></a>
65+
<a href="https://www.pledgie.com/campaigns/18159"><img style="border: none;" alt="Click here to lend your support to: jQuery Validation Plugin and make a donation at www.pledgie.com !" src="https://www.pledgie.com/campaigns/18159.png?skin_name=chrome" border="0" /></a>

0 commit comments

Comments
 (0)