We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e6a51 commit f904fe1Copy full SHA for f904fe1
themes/jquery/menu-header.php
@@ -27,9 +27,9 @@ function menu_header_plugins_jquery_com() {
27
function menu_header_learn_jquery_com() {
28
return array(
29
'http://learn.jquery.com' => 'Home',
30
- 'http://learn.jquery.com/about' => 'About',
31
- 'http://learn.jquery.com/contributing' => 'Contributing',
32
- 'http://learn.jquery.com/style-guide' => 'Style Guide',
+ 'http://learn.jquery.com/about/' => 'About',
+ 'http://learn.jquery.com/contributing/' => 'Contributing',
+ 'http://learn.jquery.com/style-guide/' => 'Style Guide',
33
);
34
}
35
0 commit comments