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

Commit 42e6a51

Browse files
committed
brand.jquery.com: All links in menu_header should have a trailing slash
1 parent cdd4afd commit 42e6a51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/menu-header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function menu_header_jquery_org() {
103103

104104
function menu_header_brand_jquery_org() {
105105
return array(
106-
'http://brand.jquery.org/logos' => 'Logos',
106+
'http://brand.jquery.org/logos/' => 'Logos',
107107
'http://brand.jquery.org/colors/' => 'Colors',
108108
'http://brand.jquery.org/typography/' => 'Typography',
109109
'http://brand.jquery.org/naming-conventions/' => 'Naming Conventions',

0 commit comments

Comments
 (0)