Skip to content

Commit 320be95

Browse files
committed
Wikipedia changed from http to https
1 parent c7ea712 commit 320be95

File tree

2 files changed

+2
-26
lines changed

2 files changed

+2
-26
lines changed

01_P/P_2_3_2_01/150605_114336_.pdf

Whitespace-only changes.

02_M/M_6_4_01_TOOL/WikipediaNode.pde

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ class WikipediaNode extends Node {
8888
// load html
8989
htmlLoaded = false;
9090
htmlString = "";
91-
String url = encodeURL("http://en.wikipedia.org/wiki/"+id);
91+
String url = encodeURL("https://en.wikipedia.org/wiki/"+id);
9292
htmlList = GenerativeDesign.loadHTMLAsync(thisPApplet, url, GenerativeDesign.HTML_CONTENT);
9393

9494
// load available links
@@ -335,28 +335,4 @@ class WikipediaNode extends Node {
335335
}
336336

337337

338-
}
339-
340-
341-
342-
343-
344-
345-
346-
347-
348-
349-
350-
351-
352-
353-
354-
355-
356-
357-
358-
359-
360-
361-
362-
338+
}

0 commit comments

Comments
 (0)