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

Commit bf47b97

Browse files
committed
contribute.jquery.com: Switch to single style guide link in menu_header
Saves space running out of room for style guides
1 parent 1544034 commit bf47b97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

themes/jquery/menu-header.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ function menu_header_brand_jquery_org() {
115115
function menu_header_contribute_jquery_org() {
116116
return array(
117117
'http://contribute.jquery.org/CLA/' => 'CLA',
118-
'http://contribute.jquery.org/style-guide/js/' => 'JS Style Guide',
119-
'http://contribute.jquery.org/style-guide/html/' => 'HTML Style Guide',
118+
'http://contribute.jquery.org/style-guide/' => 'Style Guides',
120119
'http://contribute.jquery.org/markup-conventions/' => 'Markup Conventions',
121120
'http://contribute.jquery.org/commits-and-pull-requests/' => 'Commits & Pull Requests'
122121
);

0 commit comments

Comments
 (0)