Skip to content

Commit 6ecf03d

Browse files
committed
jquery: fix the outdated links to the git builds of jQuery
Fixes jquery#27 Closes jquery#28
1 parent 85f9a61 commit 6ecf03d

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

templates/jquery-git.hbs

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22
<p>UNSTABLE, NOT FOR PRODUCTION</p>
33

44
<ul>
5+
<li>
6+
jQuery git build</a> -
7+
<a href="/jquery-git.js">uncompressed</a>,
8+
<a href="/jquery-git.min.js">minified</a>
9+
</li>
510
<li>
611
jQuery 2.x git build</a> -
7-
<a href="/jquery-git2.js">uncompressed</a>,
8-
<a href="/jquery-git2.min.js">minified</a>
12+
<a href="/jquery-2.x-git.js">uncompressed</a>,
13+
<a href="/jquery-2.x-git.min.js">minified</a>
914
</li>
1015
<li>
1116
jQuery 1.x git build</a> -
12-
<a href="/jquery-git1.js">uncompressed</a>,
13-
<a href="/jquery-git1.min.js">minified</a>
17+
<a href="/jquery-1.x-git.js">uncompressed</a>,
18+
<a href="/jquery-1.x-git.min.js">minified</a>
1419
</li>
1520
<li>
1621
jQuery Migrate git build</a> -

0 commit comments

Comments
 (0)