Skip to content

Commit ea225da

Browse files
authored
Update liveSketch.js
1 parent c5287ad commit ea225da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/examples/Basics/Web/LoadingImages/liveSketch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function runLiveSketch(s) {
1212

1313
s.setup = () => {
1414
s.createCanvas(640, 360);
15-
img = s.createImg('https://processingfoundation.org/content/1-home/processing-web.png', loaded);
15+
img = s.createImg('https://processing.org/img/processing-web.png', loaded);
1616
};
1717

1818
function loaded() {

0 commit comments

Comments
 (0)