Skip to content

Commit ecfd659

Browse files
committed
Update main navigation header links for jQuery Mobile sites to reflect actual URLs
1 parent 8efaa60 commit ecfd659

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

themes/jquery/menu-header.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ function menu_header_qunitjs_com() {
4242

4343
function menu_header_jquerymobile_com() {
4444
return array(
45-
'http://mobile.jquery.com/docs' => 'Docs',
46-
'http://mobile.jquery.com/download' => 'Download',
47-
'http://mobile.jquery.com/gbs' => 'Platforms',
48-
'http://mobile.jquery.com/themeroller' => 'Themes',
49-
'http://mobile.jquery.com/resources' => 'Resources',
45+
'http://api.jquerymobile.com/' => 'API Documentation',
46+
'http://jquerymobile.com/download/' => 'Download',
47+
'http://jquerymobile.com/gbs/' => 'Platforms',
48+
'http://jquerymobile.com/themeroller/' => 'Themes',
49+
'http://jquerymobile.com/resources/' => 'Resources',
5050
'http://forum.jquery.com/jquery-mobile' => 'Forum',
51-
'http://mobile.jquery.com/blog' => 'Blog',
51+
'http://blog.jquerymobile.com/' => 'Blog',
5252
);
5353
}
5454

0 commit comments

Comments
 (0)