We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57633cd + 00ed861 commit b10c9e9Copy full SHA for b10c9e9
1 file changed
Basics/Web/LoadingImages/LoadingImages.pde
@@ -8,7 +8,7 @@ PImage img;
8
9
void setup() {
10
size(640, 360);
11
- img = loadImage("https://processingfoundation.org/content/1-home/processing-web.png");
+ img = loadImage("https://processing.org/img/processing-web.png");
12
noLoop();
13
}
14
0 commit comments