Skip to content

Commit ff5cc6b

Browse files
authored
Merge pull request #599 from processing/web-images-example
Fixing LoadingImagesExamples
2 parents c5287ad + ea225da commit ff5cc6b

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)