We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5287ad commit ea225daCopy full SHA for ea225da
content/examples/Basics/Web/LoadingImages/liveSketch.js
@@ -12,7 +12,7 @@ function runLiveSketch(s) {
12
13
s.setup = () => {
14
s.createCanvas(640, 360);
15
- img = s.createImg('https://processingfoundation.org/content/1-home/processing-web.png', loaded);
+ img = s.createImg('https://processing.org/img/processing-web.png', loaded);
16
};
17
18
function loaded() {
0 commit comments