Skip to content

Commit 36b0bb0

Browse files
authored
fixing broken url
1 parent 289c176 commit 36b0bb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/dom/dom.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -593,8 +593,8 @@ function dom(p5, fn){
593593
* background(200);
594594
*
595595
* let img = createImg(
596-
* 'https://p5js.org/assets/img/asterisk-01.png',
597-
* 'The p5.js magenta asterisk.'
596+
* '/assets/cat.jpg',
597+
* 'image of a cat'
598598
* );
599599
* img.position(0, 10);
600600
*

0 commit comments

Comments
 (0)