Skip to content

Commit caa7776

Browse files
committed
http -> https for copybutton.js
1 parent add8e47 commit caa7776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/iris/src/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
77

88
<link rel="stylesheet" href="{{ pathto('_static/style.css', 1) }}" type="text/css" />
9-
<script type="text/javascript" src="http://docs.python.org/2/_static/copybutton.js"></script>
9+
<script type="text/javascript" src="https://docs.python.org/2/_static/copybutton.js"></script>
1010

1111
<link rel="icon" type="image/png" sizes="32x32" href="{{ pathto('_static/favicon-32x32.png', 1) }}">
1212
<link rel="icon" type="image/png" sizes="16x16" href="{{ pathto('_static/favicon-16x16.png', 1) }}">

0 commit comments

Comments
 (0)