Skip to content

Commit 2cb2486

Browse files
committed
fix: reference group does not exist anymore use heading id
1 parent d671030 commit 2cb2486

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/tutorials/en/setting-up-your-environment.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Press and hold the mouse button as you drag the mouse pointer over the canvas.
239239

240240
The code above draws white circles in the same position as the mouse pointer. When a mouse button is pressed, the circle’s color changes to black. 
241241

242-
Visit the [p5.js reference](/reference/) for more p5.js functions like [2D Primitive shapes](/referencegroup-Shape)
242+
Visit the [p5.js reference](/reference/) for more p5.js functions like [2D Primitive shapes](/reference/#Shape/)
243243

244244

245245
### Errors
@@ -358,7 +358,7 @@ function draw() {
358358

359359
#### `background()`
360360

361-
The `background()` function colors the background a specific color. You can use words inside quotations or numbers to color the background of the canvas. To learn more, visit the [p5.js reference](/reference/) pages for [`background()`](/reference/p5/background) & [color](/referencegroup-Color).
361+
The `background()` function colors the background a specific color. You can use words inside quotations or numbers to color the background of the canvas. To learn more, visit the [p5.js reference](/reference/) pages for [`background()`](/reference/p5/background) & [color](/reference/#Color).
362362

363363

364364
### Step 6: Draw shapes on the canvas

0 commit comments

Comments
 (0)