Skip to content

Commit 386013b

Browse files
authored
fix http cdn url for d3 (#1232)
* Update build.py to update http to https
1 parent 1e84bc1 commit 386013b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

py/visdom/server/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def download_scripts(proxies=None, install_dir=None):
4545
"%slayout-bin-packer@1.4.0/dist/layout-bin-packer.js.map"
4646
% b: "layout-bin-packer.js.map",
4747
# d3 Libraries for plotting d3 graphs!
48-
"http://d3js.org/d3.v3.min.js": "d3.v3.min.js",
48+
"https://d3js.org/d3.v3.min.js": "d3.v3.min.js",
4949
"https://d3js.org/d3-selection-multi.v1.js": "d3-selection-multi.v1.js",
5050
# Library to download the svg to png
5151
"%ssave-svg-as-png@1.4.17/lib/saveSvgAsPng.js" % b: "saveSvgAsPng.js",

0 commit comments

Comments
 (0)