Skip to content

Commit 9764591

Browse files
authored
Use HTTPS instead of HTTP for ONNX model link (aws#425)
1 parent aef89b4 commit 9764591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sagemaker-python-sdk/mxnet_onnx_superresolution/mxnet_onnx.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"metadata": {},
8585
"outputs": [],
8686
"source": [
87-
"!wget http://onnx-mxnet.s3.amazonaws.com/examples/super_resolution.onnx"
87+
"!wget https://onnx-mxnet.s3.amazonaws.com/examples/super_resolution.onnx"
8888
]
8989
},
9090
{

0 commit comments

Comments
 (0)