Skip to content

Commit 3e5bf08

Browse files
committed
contribute.jquery.org: Add Commits & Pull Requests guide to header navigation, change "web" link in sidebar to "web-sites"
1 parent 2dcc888 commit 3e5bf08

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

themes/contribute.jquery.org/sidebar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<li><a href="/documentation/">Documentation</a></li>
99
<li><a href="/open-source/">Open Source</a></li>
1010
<li><a href="/support/">Support</a></li>
11-
<li><a href="/web/">Web Sites</a></li>
11+
<li><a href="/web-sites/">Web Sites</a></li>
1212
</ul>
1313
</aside>
1414
</div>

themes/jquery/menu-header.php

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,17 +99,12 @@ function menu_header_brand_jquery_org() {
9999
function menu_header_contribute_jquery_org() {
100100
return array(
101101
'http://contribute.jquery.org/CLA/' => 'Contributor License Agreement',
102-
'http://contribute.jquery.org/style-guide/js/' => 'JS Style Guide',
103-
'http://contribute.jquery.org/style-guide/html/' => 'HTML Style Guide'
102+
'http://contribute.jquery.org/style-guide/js' => 'JS Style Guide',
103+
'http://contribute.jquery.org/style-guide/html' => 'HTML Style Guide',
104+
'http://contribute.jquery.org/commits-and-pull-requests' => 'Commits &amp; Pull Requests'
104105
);
105106
}
106107

107-
function menu_header_irc_jquery_org() {
108-
return array(
109-
'http://irc.jquery.org/irc-help/' => 'IRC Help',
110-
'http://jquery.org/meeting/' => 'Meetings'
111-
);
112-
}
113108
/*
114109
* Avert your eyes.
115110
*/

0 commit comments

Comments
 (0)