Skip to content

Commit fb412d5

Browse files
committed
*.jqueryui.com: Fix some links
1 parent 14e8e42 commit fb412d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

themes/api.jqueryui.com/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<?php } ?>
4747

4848
<p>To get started, use the search at the top of the page, view the
49-
<a href="<?php echo "$rootUrl/category/all"; ?>">full listing of entries</a>, or browse by
49+
<a href="<?php echo "$rootUrl/category/all/"; ?>">full listing of entries</a>, or browse by
5050
category from the sidebar.</p>
5151

5252
<p>jQuery UI <?php echo $thisVersion; ?>

themes/jquery/footer-ui.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</a>
2929
</li>
3030
<li>
31-
<a href="http://www.packtpub.com/jquery-userinterface-cookbook/book">
31+
<a href="https://www.packtpub.com/web-development/jquery-ui-cookbook">
3232
<img src="<?php echo get_template_directory_uri(); ?>/content/books/jquery-ui-cookbook.jpg" alt="jQuery UI Cookbook by Adam Boduch" width="92" height="114">
3333
<span class="book-title">jQuery UI Cookbook</span>
3434
<cite>Adam Boduch</cite>

0 commit comments

Comments
 (0)