Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit f904fe1

Browse files
committed
learn.jquery.com: Same site menu_header links should have trailing slash
1 parent 42e6a51 commit f904fe1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

themes/jquery/menu-header.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ function menu_header_plugins_jquery_com() {
2727
function menu_header_learn_jquery_com() {
2828
return array(
2929
'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',
30+
'http://learn.jquery.com/about/' => 'About',
31+
'http://learn.jquery.com/contributing/' => 'Contributing',
32+
'http://learn.jquery.com/style-guide/' => 'Style Guide',
3333
);
3434
}
3535

0 commit comments

Comments
 (0)