File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ relatedContent:
12
12
- en/13_classes_and_objects/01_shake_ball_bounce/description
13
13
- en/13_classes_and_objects/02_connected_particles/description
14
14
references :
15
- - en/p5/types/ object
15
+ - en/p5/object
16
16
- en/p5/random
17
17
authors :
18
18
- Portia Morrell
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ relatedContent:
12
12
references :
13
13
- en/p5/mousex
14
14
- en/p5/mousey
15
- - en/p5/types/ number
15
+ - en/p5/number
16
16
- en/p5/let
17
17
- en/p5/random
18
18
- en/p5/line
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ export const eventsPerPage = 12 as const;
15
15
16
16
export const cdnLibraryUrl =
17
17
`https://cdnjs.cloudflare.com/ajax/libs/p5.js/${ p5Version } /p5.min.js` as const ;
18
+ console . log ( cdnLibraryUrl )
18
19
export const fullDownloadUrl =
19
20
`https://github.com/processing/p5.js/releases/download/v${ p5Version } /p5.zip` as const ;
20
21
export const libraryDownloadUrl =
You can’t perform that action at this time.
0 commit comments