Skip to content

Commit d87425a

Browse files
authored
Use https everywhere we can. (#407)
1 parent db015b3 commit d87425a

38 files changed

+98
-98
lines changed

_static/css/pytorch_theme.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ footer p {
112112
}
113113

114114
/* For hidden headers that appear in TOC tree */
115-
/* see http://stackoverflow.com/a/32363545/3343043 */
115+
/* see https://stackoverflow.com/a/32363545/3343043 */
116116
.rst-content .hidden-section {
117117
display: none;
118118
}

_static/doctools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jQuery.fn.highlightText = function(text, className) {
7676
var span;
7777
var isInSVG = jQuery(node).closest("body, svg, foreignObject").is("svg");
7878
if (isInSVG) {
79-
span = document.createElementNS("http://www.w3.org/2000/svg", "tspan");
79+
span = document.createElementNS("https://www.w3.org/2000/svg", "tspan");
8080
} else {
8181
span = document.createElement("span");
8282
span.className = className;
@@ -88,7 +88,7 @@ jQuery.fn.highlightText = function(text, className) {
8888
node.nodeValue = val.substr(0, pos);
8989
if (isInSVG) {
9090
var bbox = span.getBBox();
91-
var rect = document.createElementNS("http://www.w3.org/2000/svg", "rect");
91+
var rect = document.createElementNS("https://www.w3.org/2000/svg", "rect");
9292
rect.x.baseVal.value = bbox.x;
9393
rect.y.baseVal.value = bbox.y;
9494
rect.width.baseVal.value = bbox.width;

_static/images/arrow-down-orange.svg

Lines changed: 2 additions & 2 deletions
Loading

_static/images/arrow-right-with-tail.svg

Lines changed: 2 additions & 2 deletions
Loading

_static/images/chevron-down-grey.svg

Lines changed: 2 additions & 2 deletions
Loading

_static/images/chevron-right-orange.svg

Lines changed: 2 additions & 2 deletions
Loading

_static/images/chevron-right-white.svg

Lines changed: 2 additions & 2 deletions
Loading

_static/images/icon-close.svg

Lines changed: 2 additions & 2 deletions
Loading

_static/images/icon-menu-dots-dark.svg

Lines changed: 2 additions & 2 deletions
Loading

_static/images/logo-dark.svg

Lines changed: 2 additions & 2 deletions
Loading

0 commit comments

Comments
 (0)