Skip to content

Commit 6f6523e

Browse files
committed
Fix no-protocol link
Pointed out by https://sonarwhal.com/scanner/d242229a-bc2e-4f5c-b427-23272f1ef048 Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 0646df5 commit 6f6523e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>Git for Windows</title>
77
<meta name="description" content="We bring the awesome Git VCS to Windows">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,700">
9+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,700">
1010
<link rel="stylesheet" href="css/pack.css">
1111
<link rel="shortcut icon" href="favicon.ico">
1212
<!--[if lt IE 9]>

0 commit comments

Comments
 (0)