Skip to content

Commit 3972a07

Browse files
committed
clarify asset host change
1 parent 482e854 commit 3972a07

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contributor_docs/contributing_to_the_p5js_reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -780,9 +780,9 @@ font = await loadFont('assets/inconsolata.otf');
780780
```
781781
The above code will load the font file, [/public/assets/inconsolata.otf](https://github.com/processing/p5.js-website/blob/2.0/public/assets/inconsolata.otf), stored in the p5.js-website repo.
782782

783-
### Asset hosting differs from p5 v1
783+
#### Asset hosting differs from p5 v1
784784

785-
Note that this hosting location is a significant change from p5 v1.x where such assets were stored instead in the _p5.js_ repo.
785+
Note that hosting in the _p5.js-website repo_ is a significant change from p5 v1.x where such assets were stored instead in the _p5.js_ repo.
786786

787787
### Re-using existing assets
788788

0 commit comments

Comments
 (0)