Most appropriate sub-area of p5.js?
p5.js version
2.2.1-rc.0
Web browser and version
chrome
Operating system
mac
Steps to reproduce this
Steps:
- Visit https://beta.p5js.org/reference/p5/lerpcolor/
- In the description, click on the links for
lerp and colorMode().
- Observe the "page not found" error.
This PR was already applied to fix this same issue in main branch for p5.js v1.x (so this only needs fixed for p5.js v2.x).
A small extra suggestion:
The text (but not the href) of these links could also be made consistent regarding the parentheses () at the end. e.g. lerp() and colorMode(). (Currently, one has () and one does not).