Skip to content

Commit 7473768

Browse files
committed
Index: Update MS CDN to 1.13
1 parent 4be5493 commit 7473768

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pages/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ <h3>Files:</h3>
2222

2323
<h3>Installation via Package Managers</h3>
2424
<ul>
25-
<li>Bower: <code>bower install jquery.validation</code></li>
25+
<li>Bower: <code>bower install jquery-validation</code></li>
2626
<li><a href="https://www.nuget.org/packages/jquery.validation">NuGet</a>: <code>Install-Package jQuery.Validation</code></li>
2727
</ul>
2828

2929
<h3>
30-
<a href="http://www.asp.net/ajaxlibrary/CDNjQueryValidate1120.ashx">1.12.0 files on Microsoft's Ajax CDN</a> (hotlinking welcome; 1.13 not yet available):</h3>
30+
<a href="http://www.asp.net/ajaxlibrary/CDNjQueryValidate1130.ashx">1.13.0 files on Microsoft's Ajax CDN</a> (hotlinking welcome):</h3>
3131
<ul>
32-
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/jquery.validate.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/jquery.validate.js</a></li>
33-
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/jquery.validate.min.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/jquery.validate.min.js</a></li>
34-
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/additional-methods.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/additional-methods.js</a></li>
35-
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/additional-methods.min.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/additional-methods.min.js</a></li>
36-
<li>Localization Files at http://ajax.aspnetcdn.com/ajax/jquery.validate/1.12.0/localization/messages_##.js where ## is the loc code.</li>
32+
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.0/jquery.validate.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.0/jquery.validate.js</a></li>
33+
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.0/jquery.validate.min.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.0/jquery.validate.min.js</a></li>
34+
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.0/additional-methods.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.0/additional-methods.js</a></li>
35+
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.0/additional-methods.min.js">http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.0/additional-methods.min.js</a></li>
36+
<li>Localization Files at http://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.0/localization/messages_##.js where ## is the loc code.</li>
3737
<li><a href="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.8/jquery.validate-vsdoc.js">vsdoc file for VisualStudio</a></li>
3838
</ul>
3939

0 commit comments

Comments
 (0)