Skip to content

Commit 5f9f50a

Browse files
committed
jquery: Add missing presentations URLs in footer.
1 parent 11fc16e commit 5f9f50a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/jquery/footer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
<h3><span>Presentations</span></h3>
2929
<ul class="presentations">
3030
<li>
31-
<a href="#">
31+
<a href="http://addyosmani.com/blog/building-spas-jquerys-best-friends/">
3232
<span><img src="<?php echo get_template_directory_uri(); ?>/content/presentations/building-spas-jquerys-best-friends.jpg" alt="Building Single Page Applications With jQuery's Best Friends by Addy Osmani" width="142" height="92" /></span>
3333
<strong>Building Single Page Applications With jQuery's Best Friends</strong><br />
3434
<cite>Addy Osmani</cite>
3535
</a>
3636
</li>
3737
<li>
38-
<a href="#">
38+
<a href="http://addyosmani.com/jqprovenperformance/">
3939
<span><img src="<?php echo get_template_directory_uri(); ?>/content/presentations/addyosmani-2.jpg" alt="jQuery Performance Tips &amp; Tricks by Addy Osmani" width="142" height="92" /></span>
4040
<strong>jQuery Performance<br />Tips &amp; Tricks</strong><br />
4141
<cite>Addy Osmani</cite>

0 commit comments

Comments
 (0)