Skip to content

Commit 6ea7b01

Browse files
authored
Merge pull request #601 from Stefterv/update-examples
2 parents ff5cc6b + 0a1e8a3 commit 6ea7b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/examples/Basics/Web/LoadingImages/LoadingImages.pde

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PImage img;
88

99
void setup() {
1010
size(640, 360);
11-
img = loadImage("https://processingfoundation.org/content/1-home/processing-web.png");
11+
img = loadImage("https://processing.org/img/processing-web.png");
1212
noLoop();
1313
}
1414

0 commit comments

Comments
 (0)