Skip to content

Commit afd5aea

Browse files
authored
Merge pull request #3049 from bacboc/feature
Fix broken link
2 parents 74fbc5b + 551f8b2 commit afd5aea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/static/tree/js/notebooklist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ define([
11931193
.css('position', 'absolute');
11941194

11951195
var parse_large_file = function (f, item) {
1196-
// codes inspired by http://stackoverflow.com/a/28318964
1196+
// codes inspired by https://stackoverflow.com/a/28318964
11971197
var chunk_size = 1024 * 1024;
11981198
var offset = 0;
11991199
var chunk = 0;

0 commit comments

Comments
 (0)