Skip to content

Commit 3bc440c

Browse files
committed
Fix lingering references
1 parent ececd07 commit 3bc440c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

src/content/tutorials/en/data-structure-garden.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ relatedContent:
1212
- en/13_classes_and_objects/01_shake_ball_bounce/description
1313
- en/13_classes_and_objects/02_connected_particles/description
1414
references:
15-
- en/p5/types/object
15+
- en/p5/object
1616
- en/p5/random
1717
authors:
1818
- Portia Morrell

src/content/tutorials/en/variables-and-change.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ relatedContent:
1212
references:
1313
- en/p5/mousex
1414
- en/p5/mousey
15-
- en/p5/types/number
15+
- en/p5/number
1616
- en/p5/let
1717
- en/p5/random
1818
- en/p5/line

src/globals/globals.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const eventsPerPage = 12 as const;
1515

1616
export const cdnLibraryUrl =
1717
`https://cdnjs.cloudflare.com/ajax/libs/p5.js/${p5Version}/p5.min.js` as const;
18+
console.log(cdnLibraryUrl)
1819
export const fullDownloadUrl =
1920
`https://github.com/processing/p5.js/releases/download/v${p5Version}/p5.zip` as const;
2021
export const libraryDownloadUrl =

0 commit comments

Comments
 (0)