Skip to content

Commit c6a3de5

Browse files
committed
fix: Link to ref group DOM
1 parent 88e27e6 commit c6a3de5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/tutorials/en/simple-melody-app.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ For example, mapping to `50, 250` instead of `0, 360` will use a different segme
11551155

11561156
To prepare for the next step, consider reviewing [p5.Element](/reference/p5.Element)s such as [createP()](/reference/p5/createP), [createSelect()](/reference/p5/createSelect), [createInput()](/reference/p5/createInput), and [createButton()](/reference/p5/createButton).  Also consider reviewing the MDN reference for [DOM elements](https://developer.mozilla.org/en-US/docs/Web/API/Document_Object_Model) and [html elements](https://developer.mozilla.org/en-US/docs/Web/HTML/Element).
11571157

1158-
You can also review how to use and modify [DOM objects](/referencegroup-DOM) by visiting the [Creating and Styling HTML tutorial](/tutorials/creating-styling-html)
1158+
You can also review how to use and modify [DOM objects](/reference/#DOM) by visiting the [Creating and Styling HTML tutorial](/tutorials/creating-styling-html)
11591159

11601160

11611161
### Step 7 – Add user input to customize melodies<a id="user-input"></a>

0 commit comments

Comments
 (0)