Skip to content

Commit 6b53320

Browse files
committed
sizzle.com: Links to github should be https not http
1 parent f904fe1 commit 6b53320

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
@@ -81,7 +81,7 @@ function menu_header_jqueryui_com() {
8181
function menu_header_sizzlejs_com() {
8282
return array(
8383
'http://sizzlejs.com/' => 'Home',
84-
'http://github.com/jquery/sizzle' => 'Source Code',
84+
'https://github.com/jquery/sizzle' => 'Source Code',
8585
);
8686
}
8787

0 commit comments

Comments
 (0)