Skip to content

Commit bc226b7

Browse files
authored
Merge pull request #2779 from kaczmarj/doc/https
DOC: use https in css stylesheet url
2 parents c4945eb + 77ade3f commit bc226b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_templates/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
1+
<link rel="stylesheet" href="https://www.google.com/cse/style/look/default.css" type="text/css" />
22
<style type="text/css">
33
a.navbar {
44
color: {{ theme_linkcolor }};

0 commit comments

Comments
 (0)