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.
2 parents c5287ad + ea225da commit ff5cc6bCopy full SHA for ff5cc6b
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