Skip to content

Commit bd23fc6

Browse files
committed
fix: Link to p5.Element
1 parent c6a3de5 commit bd23fc6

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
@@ -1153,7 +1153,7 @@ For example, mapping to `50, 250` instead of `0, 360` will use a different segme
11531153

11541154
</Callout>
11551155

1156-
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).
1156+
To prepare for the next step, consider reviewing [p5.Element](/reference/p5/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

11581158
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

0 commit comments

Comments
 (0)