Skip to content

Commit 31f3ce7

Browse files
committed
qunitjs.com: Add about page link to navigation
1 parent 70793d0 commit 31f3ce7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/jquery/menu-header.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ function menu_header_qunitjs_com() {
5050
'http://api.qunitjs.com/' => 'API Documentation',
5151
'http://qunitjs.com/cookbook/' => 'Cookbook',
5252
'http://qunitjs.com/plugins/' => 'Plugins',
53-
'http://qunitjs.com/upgrade-guide-2.x/' => '2.x Upgrade Guide'
53+
'http://qunitjs.com/upgrade-guide-2.x/' => '2.x Upgrade Guide',
54+
'http://qunitjs.com/about/' => 'About'
5455
);
5556
}
5657

0 commit comments

Comments
 (0)