-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Open
Labels
Description
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Build process
- Unit testing
- Internationalization
- Friendly errors
- Other (specify if possible)
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
lerpandcolorMode(). - 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).
Reactions are currently unavailable