Skip to content

Commit 14dfe9d

Browse files
committed
Merge pull request #5 from jquery/remove-tuts-from-homepage
Remove links to Tutorials page
2 parents 4d9ea01 + 6d8d451 commit 14dfe9d

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

pages/index.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ <h2><span class="jq-jquery"><span>jQuery</span></span> is a new kind of JavaScri
2424
<p>jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. <strong>jQuery is designed to change the way that you write JavaScript.</strong></p>
2525
<ul class="jq-checkpoints jq-clearfix">
2626
<li>
27-
<a href="http://docs.jquery.com/Tutorials" title="Lightweight Footprint" class="jq-thickbox">Lightweight Footprint</a>
27+
<a href="http://api.jquery.com" title="Lightweight Footprint" class="jq-thickbox">Lightweight Footprint</a>
2828
<div class="jq-checkpointSubhead">
2929
<p>About 31KB in size <em>(Minified and Gzipped)</em></p>
3030
</div>
3131
</li>
3232
<li>
33-
<a href="http://docs.jquery.com/Tutorials" title="CSS3 Compliant" class="jq-thickbox">CSS3 Compliant</a>
33+
<a href="http://api.jquery.com" title="CSS3 Compliant" class="jq-thickbox">CSS3 Compliant</a>
3434
<div class="jq-checkpointSubhead">
3535
<p>Supports CSS 1-3 selectors and more!</p>
3636
</div>
3737
</li>
3838
<li>
39-
<a href="http://docs.jquery.com/Tutorials" title="Cross-browser" class="jq-thickbox">Cross-browser</a>
39+
<a href="http://api.jquery.com" title="Cross-browser" class="jq-thickbox">Cross-browser</a>
4040
<div class="jq-checkpointSubhead">
4141
<p>IE 6.0+, FF 10+, Safari 5.0+, Opera, Chrome</p>
4242
</div>
@@ -121,7 +121,7 @@ <h2>Learn <span class="jq-jquery"><span>jQuery</span></span> Now!</h2>
121121
<pre>
122122
<code>$("p.neat").addClass("ohmy").show("slow");</code>
123123
</pre>
124-
<a href="http://docs.jquery.com/Tutorials" class="jq-runCode">Run Code</a>
124+
<a href="http://api.jquery.com" class="jq-runCode">Run Code</a>
125125
<p class="neat"><strong>Congratulations!</strong> You just ran a snippet of jQuery code. Wasn't that easy? There's lots of example code throughout the <strong><a href="http://docs.jquery.com/">documentation</a></strong> on this site. Be sure to give all the code a test run to see what happens.</p>
126126
</div>
127127
</div>
@@ -135,14 +135,11 @@ <h3>Getting Started With jQuery</h3>
135135
<a href="http://docs.jquery.com/How_jQuery_Works">How jQuery Works</a>
136136
</li>
137137
<li>
138-
<a href="http://docs.jquery.com/Tutorials">Tutorials</a>
138+
<a href="http://api.jquery.com/">jQuery API Documentation</a>
139139
</li>
140140
<li>
141141
<a href="http://docs.jquery.com/Using_jQuery_with_Other_Libraries">Using jQuery with other libraries</a>
142142
</li>
143-
<li>
144-
<a href="http://docs.jquery.com/">jQuery Documentation</a>
145-
</li>
146143
</ul>
147144
</div>
148145
<div class="jq-devResources">

0 commit comments

Comments
 (0)